Enum LogLevel
Represents the different levels of logging that can be used in the application.
[Flags]
public enum LogLevel
- Extension Methods
Fields
All log levels.
A message that would likely only interest a developer.
An error has occured, but can be recovered from.
A fatal error has occurred, which cannot be recovered from.
A message that would likely only interest a developer, but is more verbose than Debug.
A message of low importance.
An important message that should be displayed to the user.
A warning has been produced, but does not necessarily mean that something wrong has happened.