Leadtools.Logging.LoggingChannel Namespace : Severity Enumeration |
public enum Severity : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum Severity Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As Severity
public enum class Severity : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Emergency | The system is unusable. |
0x00000002 | Critical | Critical condition. |
0x00000003 | Error | There is an error condition. |
0x00000004 | Warning | There is a warning condition. |
0x00000005 | Notice | There is a normal but significant condition. |
0x00000006 | Informational | Information message. |
0x00000007 | Debug | Debug-level message. |
0x0000000E | Alert | Action must be taken immediately. |
System.Object
System.ValueType
System.Enum
Leadtools.Logging.LoggingChannel.Severity