lite-log
A logger that prints all messages with a readable output format.
Forked from rust-simple_logger, and changed lib time to chrono.
The output format is based on the format used by Supervisord, with timestamps default RFC 3339 format. The format used for timestamps can be customised.
Usage
use LiteLogger;
run example
cargo run --example init
License
This project is licensed under the MIT license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in lite-log by you, shall be licensed as MIT, without any additional terms or conditions.