Enum LogSeverity
Describes how severe/important a Log entry is.
public enum LogSeverity
- Extension Methods
Fields
Debug = 0
Information to help developers diagnose problems.
Error = 3
A critical error that should be attended to.
Info = 1
A nice-to-know piece of information.
Warn = 2
A warning that doesn't have to be acted upon immediately.