Macro up_rs::log

source ยท
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