rogger 0.1.1

Logging macros for Rinrin.rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# v0.1.1 2022-12-24

# Additions
- Add features `jst` and `utc_jst` to use JST for timestamps:
    - `jst`: Use JST for timestamps.
    - `utc_jst`: Provide additional logging macros as `*_jst!()` in module `jst`.

# Improvements
- Added crate name and module path to log output.
- You now don't need to import chrono with `use` keyword.

# Changes
- Changed the color of `info!()` to a darker green.

# v0.1.0 2022-12-18 Initial Release