protokoll 0.1.2

Simple logging crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Simple logging thingi

## Usage: 
```rust
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.