ptth/crates/ptth_core/src/prelude.rs

5 lines
69 B
Rust

pub use tracing::{
debug, error, info, trace, warn,
instrument,
};