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