Struct flexi_logger::FlexiLoggerError [] [src]

pub struct FlexiLoggerError {
    // some fields omitted
}

Describes errors in the initialization of flexi_logger.

Methods

impl FlexiLoggerError
[src]

fn new(s: String) -> FlexiLoggerError

Constructs an instance from a String.

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.