zarthusenvlogger

version

The most opinionated logger you'll find.

Does nothing if RUST_LOG is set.

Usage

bash cargo add log cargo add zarthus_env_logger

```rust

[macro_use]

extern crate log;

fn main() { zarthusenvlogger::init();

info!("Hello, world!");

} ```

What does it do differently?

image/ascii.gif

License

Licensed under the following licenses at your option:

Files in the project may not be copied, modified, or distributed except according to those terms.