Severity level of a log entry.
Declared in <util/log.h>
enum class Level : int;
| Name | Description |
|---|---|
Trace | High-volume or detailed logging for development/debugging. |
Debug | Reasonably noisy logging, but still usable in production. |
Info | Default level for ordinary informational messages. |
Warning | Recoverable problems that deserve attention. |
Error | Errors that indicate something went wrong. |