protokoll 0.1.3

Simple logging crate
Documentation

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.