Click or drag to resize
Level Enumeration
Defines the level at which to write out messages.

Namespace: Bobs.Lumberjack
Assembly: Bobs.Lumberjack (in Bobs.Lumberjack.dll) Version: 0.1.0-dev001
Syntax
public enum Level
Members
  Member nameValueDescription
Trace0 Lowest level for diagnostic trace messages.
Debug1 Debug messages.
Info2 Informational messages.
Warn3 Warning messages. Usually used when the outcome may be unexpected, but the routine is able to continue to run.
Error4 Error messages. Usually used when an unexpected situation causes the routine to halt, but the program is able to continue to run.
Fatal5 Fatal error messages. Usually used when an unexpected situation causes the entire program to halt.
See Also