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: Option<Duration>
root: Option<Root>
appenders: HashMap<String, Appender>
loggers: HashMap<String, Logger>
Trait Implementations
impl Debug for Config
[src]
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
.