Struct log4rs::config::Config[][src]

pub struct Config { /* fields omitted */ }

A log4rs configuration.

Methods

impl Config
[src]

Creates a new ConfigBuilder.

Returns the Appenders associated with the Config.

Returns the Root associated with the Config.

Returns the Loggers associated with the Config.

Trait Implementations

impl Debug for Config
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Config

impl Sync for Config