Skip to content

LHagfoss/lagos_logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Rust Crate, used for simple pretty logging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages