stratus

Macro event_with

Source
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