Skip to main content

Module logging

Module logging 

Source
Expand description

Logging interface for structured log output

Enums§

Level
Log severity levels

Functions§

debug
error
info
is_enabled
Check if a log level is enabled (for expensive log construction)
log
Emit a log message at the specified level
log_structured
Emit a structured log with key-value fields
trace
Convenience methods for each log level
warn

Type Aliases§

KeyValue