#tracing #interface #spans #info

tracing-ez

A simplified interface to tracing

3 releases (breaking)

0.3.0 Oct 8, 2022
0.2.0 Oct 8, 2022
0.1.0 Oct 8, 2022

#106 in #spans

22 downloads per month

MIT license

3KB

An easy interface to tracing

use tracing_ez::{span, info};

fn main() {
    tracing_ez::set_global_default_stdout();
    span!("main");
    info!("Hello, world!");
}

Dependencies

~1.5MB
~23K SLoC