Macro common_telemetry::log

source ยท
macro_rules! log {
    (target: $target:expr, $lvl:expr, $($arg:tt)+) => { ... };
    ($lvl:expr, $($arg:tt)+) => { ... };
}
Expand description

The standard logging macro.