Very Simple Colorful Log

modified from simple_logger

normal log feature

usage

```rust use x_log::*;

fn main() { info!("This is an example message."); } ```