Summary
Determine the level of logging - either
Level.Debug
,
Level.Verbose
, Level.Info
,
Level.Warning
or Level.Error
.
The default is Level.Info
.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Containing Type
- RecordTask
Syntax
[TaskAttribute("level", Required = false)]
public Level ThresholdLevel { get; set; }
Remarks
Effective only with the
NAnt.Contrib.Tasks.RecordTask.ActionType.Start
action.
Attributes
Type | Description |
---|---|
TaskAttribute |
Value
Type | Description |
---|---|
Level |