Struct flexi_logger::FlexiLoggerError [] [src]

pub struct FlexiLoggerError {
    // some fields omitted
}

Describes all kinds of errors in the initialization of FlexiLogger.

Methods

impl FlexiLoggerError
[src]

fn new(s: &'static str) -> FlexiLoggerError

Trait Implementations

impl Debug for FlexiLoggerError
[src]

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

Formats the value using the given formatter.

impl Display for FlexiLoggerError
[src]

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

Formats the value using the given formatter.