[#util-log-Level] = xref:util.adoc[util]::xref:util/log.adoc[log]::Level :relfileprefix: ../../ :mrdocs: Severity level of a log entry. == Synopsis Declared in `<util/log.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class Level : int; ---- == Members [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#