IBuildLogger.

Threshold Property

Summary

Gets or sets the highest level of message this logger should respond to.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
IBuildLogger

Syntax

Level Threshold { get; set; }

Remarks

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

Value

Type Description
Level The highest level of message this logger should respond to.