简化版的追踪接口
所有者 Kurt Wolf.
#113 在 #spans
每月 25 次下载
3KB
use tracing_ez::{span, info}; fn main() { tracing_ez::set_global_default_stdout(); span!("main"); info!("Hello, world!"); }
~1.5MB ~23K SLoC