Rogger
Logging macros for Rinrin.rs
This crate is VERY optimized for Rinrin.rs
so it may not be suitable for other projects.
but usage is very simple and easy.
Installation
Add the following to your Cargo.toml file:
[]
= "*"
= "0.4"
= "2"
Choose the version of the crate freely but it is safer to do as above.
Usage
use *;
use Colorize;

Features
-
jst: Use JST for timestamps. -
utc_jst: Provide additional logging macros as*_jst!()in modulejst.