Struct env_logger::Logger [] [src]

pub struct Logger { /* fields omitted */ }

The logger.

Methods

impl Logger
[src]

Trait Implementations

impl Log for Logger
[src]

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

Logs the LogRecord. Read more