macro_rules! event_with {
($lvl:ident, $($arg:tt)+) => { ... };
}
Expand description
Dynamic event logging based on the provided level.
https://github.com/tokio-rs/tracing/issues/2730#issuecomment-1943022805
macro_rules! event_with {
($lvl:ident, $($arg:tt)+) => { ... };
}
Dynamic event logging based on the provided level.
https://github.com/tokio-rs/tracing/issues/2730#issuecomment-1943022805