 | Level Enumeration |
Defines the level at which to write out messages.
Namespace: Bobs.LumberjackAssembly: Bobs.Lumberjack (in Bobs.Lumberjack.dll) Version: 0.1.0-dev001
Syntax
Members
| Member name | Value | Description |
---|
| Trace | 0 |
Lowest level for diagnostic trace messages.
|
| Debug | 1 |
Debug messages.
|
| Info | 2 |
Informational messages.
|
| Warn | 3 |
Warning messages. Usually used when the outcome may be unexpected,
but the routine is able to continue to run.
|
| Error | 4 |
Error messages. Usually used when an unexpected situation causes
the routine to halt, but the program is able to continue to run.
|
| Fatal | 5 |
Fatal error messages. Usually used when an unexpected situation causes
the entire program to halt.
|
See Also