Logging severity.
Methods
- C
Constants
DEBUG | = | 0 |
Low-level information, mostly for developers. |
||
ERROR | = | 3 |
A handleable error condition. |
||
FATAL | = | 4 |
An unhandleable error that results in a program crash. |
||
INFO | = | 1 |
Generic (useful) information about system operation. |
||
UNKNOWN | = | 5 |
An unknown message that should always be logged. |
||
WARN | = | 2 |
A warning. |