Struct flexi_logger::FlexiLogger [] [src]

pub struct FlexiLogger { /* fields omitted */ }

Does the logging in the background, is normally not used directly.

This struct is only required if you want to allow supporting multiple FlexiLogger instances in a single process.

Methods

impl FlexiLogger
[src]

Creates a new FlexiLogger instance based on your configuration and a loglevel specification.

Checks if a log line for the specified target and level is to be written really

Trait Implementations

impl Log for FlexiLogger
[src]

Determines if a log message with the specified metadata would be logged. Read more

Logs the LogRecord. Read more