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.
- LogFormat
Parse Error - LogLevel
- Severity threshold for log output.
- LogLevel
Parse Error