Expand description
Logging for very lazy. Just println!-s every message of level info!
and above.
Structs§
- Println
Logger - A trivial logger to use before you embrace the actual env_logger.
Turns
info!
,warn!
anderror!
intoprintln!
.
Functions§
- init
- Try to initialize the println_logger, not caring if something failed