Skip to main content

Module logging

Module logging 

Source
Expand description

Log level and format types shared across CLI and server crates.

The initialisation functions (init_cli_logging, init_server_logging) are feature-gated so both can coexist when a crate enables cli and server simultaneously.

Enumsยง

LogFormat
Structured log encoding.
LogFormatParseError
LogLevel
Severity threshold for log output.
LogLevelParseError