LogLevel Class

Defines available log levels.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Tools.LoggingLogLevel

Namespace:  Aspose.Email.Tools.Logging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class LogLevel

The LogLevel type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares the level to the other LogLevel object.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string representation of the log level.
(Overrides ObjectToString.)
Operators
  NameDescription
Public operatorStatic memberGreaterThan
Compares two LogLevel objects and returns a value indicating whether the first one is greater than the second one.
Public operatorStatic memberGreaterThanOrEqual
Compares two LogLevel objects and returns a value indicating whether the first one is greater than or equal to the second one.
Public operatorStatic memberLessThan
Compares two LogLevel objects and returns a value indicating whether the first one is less than the second one.
Public operatorStatic memberLessThanOrEqual
Compares two LogLevel objects and returns a value indicating whether the first one is less than or equal to the second one.
Fields
  NameDescription
Public fieldStatic memberDebug
The Debug level.
Public fieldStatic memberError
The Error level.
Public fieldStatic memberFatal
The Fatal level.
Public fieldStatic memberInformation
The Info level.
Public fieldStatic memberTrace
The Trace level.
Public fieldStatic memberWarning
The Warn level.
See Also