Leadtools.Logging Namespace : LogType Enumeration |
public enum LogType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum LogType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As LogType
public enum class LogType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Error | Represents an error log level. |
0x00000001 | Warning | Represents a warning log level. |
0x00000002 | Information | Represents an information log level. |
0x00000003 | Debug | Represents a debug log level. |
0x00000004 | Audit | Represents an audit log level. |
System.Object
System.ValueType
System.Enum
Leadtools.Logging.LogType