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 */ }