log-rs 0.1.1

A small logging library.
Documentation
1
2
3
4
mod logger;
mod timestamp;

pub use logger::{Logger, OutputKind};