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.