Macro workflow_log::log_warn

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

Format and log message with Level::Warn