LogLevel
Contents
[
Hide
]LogLevel class
Defines available log levels.
Methods
| Name | Description |
|---|---|
| CompareTo | Compares the level to the other LogLevel object. |
| get_Ordinal | |
| ToString | Returns 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. |
| Debug | The Debug level. |
| Error | The Error level. |
| Fatal | The Fatal level. |
| Information | The Info level. |
| MaxLevel | |
| MinLevel | |
| Trace | The Trace level. |
| Warning | The Warn level. |