LogLevel

LogLevel class

Defines available log levels.

Methods

NameDescription
CompareToCompares the level to the other LogLevel object.
get_Ordinal
ToStringReturns a string representation of the log level.
operator<Compares two LogLevel objects and returns a value indicating whether the first one is less than the second one.
operator<=Compares two LogLevel objects and returns a value indicating whether the first one is less than or equal to the second one.
operator>Compares two LogLevel objects and returns a value indicating whether the first one is greater than the second one.
operator>=Compares two LogLevel objects and returns a value indicating whether the first one is greater than or equal to the second one.
DebugThe Debug level.
ErrorThe Error level.
FatalThe Fatal level.
InformationThe Info level.
MaxLevel
MinLevel
TraceThe Trace level.
WarningThe Warn level.