Simple and cute log
```rust
extern crate log; extern crate cute_log;
fn main() { cute_log::init(); info!("it works!"); } ```
timestamp