fern

Linux Build Status Windows Build Status

Simple, efficient logging for [Rust].


With fern, you can:


Testing

Fern has two separate tests which both require initializing the global logger, so the tests must be run separately. To test, use:

sh cargo test -- --skip test2 cargo test test2

To run the example program, use:

sh cargo run --example cmd-program cargo run --example cmd-program -- --verbose