Struct println_logger::PrintlnLogger [] [src]

pub struct PrintlnLogger;

A tribvial logger to use before you embrace the actual env_logger. Turns info!, warn! and error! into println!.

Trait Implementations

impl Log for PrintlnLogger
[src]

[src]

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

[src]

Logs the LogRecord. Read more