LogLevel Enumeration
The logging 'importance' levels (each level includes the previous ones).
| Syntax | Constants |
|---|---|
Enum LogLevel
scNoLogging = 0
scLogLevelCritical = 1
scLogLevelWarning = 2
scLogLevelInformational = 3
scLogLevelConfiguration = 4
scLogLevelDetailed = 5
scLogLevelLow = 6
scLogEverything = scLogLevelLow
End Enum
|
|