Defines available log levels. More...
Inherits Object.
Public Member Functions | |
| int32_t | get_Ordinal () const |
| int32_t | CompareTo (System::SharedPtr< System::Object > obj) |
| Compares the level to the other LogLevel object. More... | |
| System::String | ToString () const override |
| Returns a string representation of the log level. More... | |
Static Public Attributes | |
| static System::SharedPtr< LogLevel > | MaxLevel |
| static System::SharedPtr< LogLevel > | MinLevel |
| static System::SharedPtr< LogLevel > | Trace |
| The Trace level. More... | |
| static System::SharedPtr< LogLevel > | Debug |
| The Debug level. More... | |
| static System::SharedPtr< LogLevel > | Information |
| The Info level. More... | |
| static System::SharedPtr< LogLevel > | Warning |
| The Warn level. More... | |
| static System::SharedPtr< LogLevel > | Error |
| The Error level. More... | |
| static System::SharedPtr< LogLevel > | Fatal |
| The Fatal level. More... | |
Friends | |
| bool | operator<= (System::SharedPtr< LogLevel > l1, System::SharedPtr< LogLevel > l2) |
| bool | operator>= (System::SharedPtr< LogLevel > l1, System::SharedPtr< LogLevel > l2) |
| bool | operator< (System::SharedPtr< LogLevel > l1, System::SharedPtr< LogLevel > l2) |
| bool | operator> (System::SharedPtr< LogLevel > l1, System::SharedPtr< LogLevel > l2) |
Defines available log levels.
| int32_t Aspose::Email::Tools::Logging::LogLevel::CompareTo | ( | System::SharedPtr< System::Object > | obj | ) |
| int32_t Aspose::Email::Tools::Logging::LogLevel::get_Ordinal | ( | ) | const |
|
override |
Returns a string representation of the log level.
|
static |
The Debug level.
|
static |
The Error level.
|
static |
The Fatal level.
|
static |
The Info level.
|
static |
|
static |
|
static |
The Trace level.
|
static |
The Warn level.