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

cargo add lagos_logger

functions

use info!() to log info

info!("this is a info message");

use warn!() to log warnings

warn!("this is a warning message");

use error!() to log errors

error!("this is a error message: {}", e);

Crate

https://crates.io/crates/lagos_logger