logfather 0.2.1

A simple and straightforward logging library for Rust.
Documentation
1
2
3
4
5
mod logger;

pub use logger::Logger;
pub use logger::Level;
pub use logger::log;