Level Enum

Summary

Defines the set of levels recognised by the NAnt logging system.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["Level"] class Type type-node

Syntax

[TypeConverter(typeof(LevelConverter))]
public enum Level

Attributes

Type Description
TypeConverterAttribute

Fields

Name Constant Value Summary
Debug 1000
Designates fine-grained informational events that are most useful to debug a build process.
static
Error 5000
Designates error events.
static
Info 3000
Designates informational events that are useful for getting a high-level view of the build process.
static
None 9999
Can be used to suppress all messages.
static
Verbose 2000
Designates events that offer a more detailed view of the build process.
static
Warning 4000
Designates potentially harmful events.
static