protokoll 0.1.3-1

Simple logging crate
Documentation
protokoll-0.1.3-1 has been yanked.

Simple logging thingi

Usage:

use protokoll::*;

fn main() {
    info!("Hello, world!");
    warn!("This is a warning!");
    error!("This is an error!");
}

If you encouter any issues, please make sure to report it.