Simple logging thingi
Usage:
use *;
If you encouter any issues, please make sure to report it.
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.