3 releases (breaking)
0.3.0 | Oct 8, 2022 |
---|---|
0.2.0 | Oct 8, 2022 |
0.1.0 | Oct 8, 2022 |
#108 in #spans
25 downloads per month
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
~22K SLoC