Enum log4rs::file::Error [] [src]

pub enum Error {
    Deserialization(Box<Error>),
    Config(Error),
}

An error returned when deserializing a TOML configuration into a log4rs Config.

Variants

Deserialization

An error deserializing a component.

Config

An error creating the log4rs Config.

Trait Implementations

impl Display for Error
[src]

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

impl Error for Error
[src]

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for Error
[src]

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