Summary
Enum indicating the level of verbosity for the NAnt logger.
- Assembly
- NAnt
.MSBuild .dll - Namespace
- NAnt
.MSBuild - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["NAntLoggerVerbosity"]
class Type type-node
Syntax
public enum NAntLoggerVerbosity
Fields
Name | Constant Value | Summary |
---|---|---|
Detailed | 3 |
Indicates detailed output
static
|
Diagnostic | 4 |
Indicates all output
static
|
Minimal | 1 |
Indicates little output
static
|
Normal | 2 |
Indicates normal output
static
|
Quiet | 0 |
Indicates no output
static
|