Summary
Gets or sets the highest level of message this logger should respond
to.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- XmlLogger
Syntax
public Level Threshold { get; set; }
Remarks
Only messages with a message level higher than or equal to the given
level should be written to the log.
Value
| Type | Description |
|---|---|
| Level | The highest level of message this logger should respond to. |
