traceon 0.4.0

An easy to use log and tracing formatter with a flattened json or pretty output.
Documentation
1
2
3
4
fn main() {
    traceon::on();
    traceon::info!("a simple message");
}