Macro workflow_log::log_info

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

Format and log message with Level::Info