lagos_logger 0.1.2

A simple, colorful logging macro crate
Documentation
# lagos_logger
a simple pretty logger 

to add to a cargo project, run
```bash
cargo add lagos_logger
```

### functions

use ``info!()`` to log info
```rust
info!("this is a info message");
```

use ``warn!()`` to log warnings
```rust
warn!("this is a warning message");
```

use ``error!()`` to log errors
```rust
error!("this is a error message: {}", e);
```

### Crate
https://crates.io/crates/lagos_logger