NAnt SDK Documentation - v0.92

DefaultLogger.Threshold Property

Gets or sets the highest level of message this logger should respond to.

[Visual Basic]
Overridable Public Property Threshold As Level _
    Implements IBuildLogger.Threshold
[C#]
public virtual Level Threshold {get; set;}

Property Value

The highest level of message this logger should respond to.

Implements

IBuildLogger.Threshold

Remarks

Only messages with a message level higher than or equal to the given level should be written to the log.

See Also

DefaultLogger Class | NAnt.Core Namespace