Macro workflow_log::prelude::log_trace

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

Format and log message with Level::Trace