LogSeverity enumeration

The severity of the log message being provided to the ILogger.

public enum LogSeverity

Values

name value description
Debug 0 Log that contains information useful for debugging purposes.
Info 1 Log that contains general information.
Warning 2 Log that contains information about a warning.
Error 3 Log that contains information about an error.
Important 4 Log that contains important information.

See Also