Adds a few functions to log things with style.
The focus of this library is on ease of use and modularity.
Bouquin is intended to be used by small projects as a time saver and doesn't do much.
You might find better alternatives by searching a bit more.
```rs use bouquin::prelude::*;
fn main () { loginfo("lorem ipsum"); logwarn("dolor amit");
let a = 420;
log_error(format!("caused by: '{}'", a));
} ```
For now, the crate doesn't do much, but plans are: