NAnt SDK Documentation - v0.85-nightly-2005-11-09

IBuildLogger.Threshold Property

[This is preliminary documentation and subject to change.]

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