Severity level of a log entry.

Synopsis

Declared in <util/log.h>

enum class Level : int;

Members

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.

Created with MrDocs