refactor: reexport tracing from libpt-log
cargo devel CI / cargo CI (push) Has been cancelled Details

This commit is contained in:
Christoph J. Scherr 2024-06-28 00:17:13 +02:00
parent 6074ba899d
commit 1e912d9be8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ use std::{
pub mod error;
use error::*;
pub use tracing;
pub use tracing::{debug, error, info, trace, warn, Level};
use tracing_appender::{self, non_blocking::NonBlocking};
use tracing_subscriber::fmt::{format::FmtSpan, time};