Macro kv_log_macro::trace

source ·
macro_rules! trace {
    (target: $target:expr, $($arg:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}
Expand description

Logs a message at the trace level.