Log escalation level.
Namespace: net.citrusleafAssembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
FATAL | 7 | Fatal error which prevents program from continuing. | |
CRITICAL | 6 | Severe error that needs immediate attention. | |
ERROR | 5 | Error conditon has occurred. | |
WARNING | 4 | Warning condition has occurred. | |
INFO | 3 | Normal informational log message. | |
DEBUG | 2 | Message used for debugging purposes. | |
VERBOSE | 1 | Descriptive message also used for debugging purposes. |
See Also