Documentation Center

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
ValueDescription
ExceptionIndicates that the event detail contains an error
WarningIndicates that the event detail contains a noncritical problem
ConfigurationIndicates that the event detail contains a configuration message
InformationIndicates that the event detail contains an informational message
VerboseIndicates that the event detail contains a verbose message
DebugIndicates that the event detail contains a debug message