Constant Value | Description | Numeric Equivalent |
|---|---|---|
LL_NOTSET | The LogLevel is not defined or set, so all trace messages with higher LogLevels are written. | 0 |
LL_DEBUG | Detailed information, useful to a developer trying to diagnose a problem. | 10 |
LL_INFO | Informational messages to confirm that things are working as expected. | 20 |
LL_WARNING | An indication that something unexpected has occurred. | 30 |
LL_ERROR | Indicates a more serious condition than a warning, where the software has not been able to perform some function. | 40 |
LL_CRITICAL | Indicates the most serious errors, where the program itself may be unable to continue running. | 50 |