idk why this isn't in master yet #94

Merged
cscherrNT merged 79 commits from devel into master 2024-07-22 13:30:20 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 1e912d9be8 - Show all commits

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};