Crate println_logger

Source
Expand description

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

Structs§

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

Functions§

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