Task.

Threshold Property

Summary

Gets or sets the log threshold for this NAnt.Core.Task. By default the threshold of a task is NAnt.Core.Level.Debug, causing no messages to be filtered in the task itself.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Task

Syntax

public Level Threshold { get; set; }

Remarks

When the threshold of a NAnt.Core.Task is higher than the threshold of the NAnt.Core.Project, then all messages will still be delivered to the build listeners.

Value

Type Description
Level The log threshold level for this NAnt.Core.Task.