Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.28
|
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. |
0x00000001 | Alert | (0x0000000E)Action must be taken immediately. |
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. |
System.Object
System.ValueType
System.Enum
Leadtools.Logging.LoggingChannel.Severity