EventLevel
Possible values for the level of an event detail.
Values
Public Enum eEventLevel
Exception = 10
Warning = 20
Configuration = 30
Information = 40
Verbose = 50
Debug = 60
End Enum
| Value | Description |
|---|---|
Exception | Indicates that the event detail contains an error |
Warning | Indicates that the event detail contains a noncritical problem |
Configuration | Indicates that the event detail contains a configuration message |
Information | Indicates that the event detail contains an informational message |
Verbose | Indicates that the event detail contains a verbose message |
Debug | Indicates that the event detail contains a debug message |