add console log event format hook

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2024-12-30 12:28:18 +00:00
committed by strawberry
parent 9c6b5b4407
commit 203cf57fdf
4 changed files with 104 additions and 6 deletions

View File

@@ -2,12 +2,14 @@
pub mod capture;
pub mod color;
mod console;
pub mod fmt;
pub mod fmt_span;
mod reload;
mod suppress;
pub use capture::Capture;
pub use console::ConsoleFormat;
pub use reload::{LogLevelReloadHandles, ReloadHandle};
pub use suppress::Suppress;
pub use tracing::Level;