macro_rules! log {
($lvl:ident, $($arg:tt)+) => { ... };
}
Expand description
Equivalent of ::log::log!()
for the tracing crate.
Refs: https://github.com/tokio-rs/tracing/issues/2730#issuecomment-1943022805
macro_rules! log {
($lvl:ident, $($arg:tt)+) => { ... };
}
Equivalent of ::log::log!()
for the tracing crate.
Refs: https://github.com/tokio-rs/tracing/issues/2730#issuecomment-1943022805