println_logger 0.2.0

Rename your println!-s to info!-s and call it a day
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "println_logger"
version = "0.2.0"
authors = ["Vitaly _Vi Shukela <vi0oss@gmail.com>"]
description = "Rename your println!-s to info!-s and call it a day"
repository = "https://github.com/vi/println_logger"
license = "MIT/Apache-2.0"

[dependencies]
log="0.4"