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

XmlLogger.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]
NotOverridable Public Property Threshold As Level _
    Implements IBuildLogger.Threshold
[C#]
public 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

XmlLogger Class | NAnt.Core Namespace