Struct log4rs::config::Config
[−]
[src]
pub struct Config {
// some fields omitted
}A log4rs configuration.
Methods
impl Config[src]
fn builder() -> ConfigBuilder
Creates a new ConfigBuilder.
fn appenders(&self) -> &[Appender]
Returns the Appenders associated with the Config.
fn root(&self) -> &Root
Returns the Root associated with the Config.
fn loggers(&self) -> &[Logger]
Returns the Loggers associated with the Config.