Enum LogLevel
- Namespace
- Switchboard
- Assembly
- Switchboard.ILogger.dll
Defines the levels of significance that may be assigned to a log entry.
public enum LogLevel
Fields
Trace = 0Debug = 1Information = 2Warning = 3Error = 4Critical = 5None = 6