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!
anderror!
intoprintln!
.
Functions§
- Try to initialize the println_logger, not caring if something failed