Struct log4rs::file::raw::Config [] [src]

pub struct Config {
    pub refresh_rate: Option<Duration>,
    pub root: Option<Root>,
    pub appenders: HashMap<String, Appender>,
    pub loggers: HashMap<String, Logger>,
    // some fields omitted
}

Fields

refresh_rate
root
appenders
loggers

Trait Implementations

impl Deserialize for Config
[src]

fn deserialize<D>(d: &mut D) -> Result<Config, D::Error> where D: Deserializer

Derived Implementations

impl Debug for Config
[src]

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

impl Eq for Config
[src]

impl PartialEq for Config
[src]

fn eq(&self, __arg_0: &Config) -> bool

fn ne(&self, __arg_0: &Config) -> bool