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.

Trait Implementations

impl Debug for Config
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.