NAnt SDK Documentation - v0.92

IBuildLogger.Threshold Property

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

[Visual Basic]
Property Threshold As Level
[C#]
Level Threshold {get; set;}

Property Value

The highest level of message this logger should respond to.

Remarks

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

See Also

IBuildLogger Interface | NAnt.Core Namespace