Enum LogLevel
Logging Level
Assembly: Meadow.Logging.dll
View Source
Declaration
public enum LogLevel
Fields
Trace
Trace or higher
View Source
Declaration
Trace = 0
Debug
Debug or higher
View Source
Declaration
Debug = 1
Information
Info or higher
View Source
Declaration
Information = 2
Warning
Warning or higher
View Source
Declaration
Warning = 3
Error
Error or higher
View Source
Declaration
Error = 4
None
No logging (disabled)
View Source
Declaration
None = 99