Skip to main content

Module logger

Module logger 

Source
Expand description

Reusable logger configuration and sink management.

Structs§

LoggerConfig
Configuration for a log sink, parameterized by a subsystem-specific log level.
LoggerSinks
Registry of log sinks, deduplicating by output target so that multiple subsystems can share a single file or stdout/stderr stream.

Enums§

LogCrateLevel
Log levels forwarded to the log crate.

Traits§

LogLevel
Trait for types usable as a subsystem-specific log level.