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