LogLevel Class |
Namespace: Aspose.Email.Tools.Logging
The LogLevel type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompareTo |
Compares the level to the other LogLevel object.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a string representation of the log level.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | GreaterThan |
Compares two LogLevel objects
and returns a value indicating whether
the first one is greater than the second one.
|
![]() ![]() | GreaterThanOrEqual |
Compares two LogLevel objects
and returns a value indicating whether
the first one is greater than or equal to the second one.
|
![]() ![]() | LessThan |
Compares two LogLevel objects
and returns a value indicating whether
the first one is less than the second one.
|
![]() ![]() | LessThanOrEqual |
Compares two LogLevel objects
and returns a value indicating whether
the first one is less than or equal to the second one.
|
Name | Description | |
---|---|---|
![]() ![]() | Debug |
The Debug level.
|
![]() ![]() | Error |
The Error level.
|
![]() ![]() | Fatal |
The Fatal level.
|
![]() ![]() | Information |
The Info level.
|
![]() ![]() | Trace |
The Trace level.
|
![]() ![]() | Warning |
The Warn level.
|