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 used explicitly when you want to allow supporting multiple FlexiLogger instances in a single process.

Methods

impl FlexiLogger
[src]

[src]

Configures and starts the flexi_logger.

[src]

Configures and starts the flexi_logger, and returns a handle to reconfigure the logger.

[src]

Creates a new FlexiLogger instance based on your configuration and a loglevel specification. Only needed in special setups.

Trait Implementations

impl Log for FlexiLogger
[src]

[src]

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

[src]

Logs the LogRecord. Read more