Crate println_logger

Source
Expand description

Logging for very lazy. Just println!-s every message of level info! and above.

Structs§

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

Functions§

init
Try to initialize the println_logger, not caring if something failed