10 stable releases
Uses old Rust 2015
2.1.1 | Feb 4, 2021 |
---|---|
2.1.0 | Apr 20, 2020 |
2.0.0 | Aug 4, 2018 |
1.3.0 | Dec 30, 2017 |
1.0.1 | Dec 28, 2016 |
#605 in Command-line interface
61 downloads per month
Used in 7 crates
(5 directly)
9KB
138 lines
mowl
My OWn Logger
A simple logger with coloring support
Example usage
#[macro_use]
extern crate log;
extern crate mowl;
fn main() {
mowl::init().unwrap();
warn!("Warning");
}
Dependencies
~3MB
~60K SLoC