Skip to main content

LoggingConfig

Type Alias LoggingConfig 

Source
pub type LoggingConfig = HashMap<String, Section>;
Expand description

Logging configuration - maps subsystem names to their logging settings. Key “default” is the catch-all for logs that don’t match explicit subsystems.

Aliased Type§

pub struct LoggingConfig { /* private fields */ }