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

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

Fields

refresh_rate: Option<Duration> root: Option<Root> appenders: HashMap<StringAppender> loggers: HashMap<StringLogger>

Trait Implementations

impl Debug for Config
[src]

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

Formats the value using the given formatter.

impl Eq for Config
[src]

impl PartialEq for Config
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

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

This method tests for !=.

impl Deserialize for Config
[src]

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

Deserialize this value given this Deserializer.