Crate println_logger [] [src]

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

Structs

PrintlnLogger

A tribvial 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