Macro workflow_rs::log::log_warning
source · macro_rules! log_warning { (target: $target:expr, $($arg:tt)+) => { ... }; ($($t:tt)*) => { ... }; }
Expand description
Format and log message with Level::Warn
macro_rules! log_warning { (target: $target:expr, $($arg:tt)+) => { ... }; ($($t:tt)*) => { ... }; }
Format and log message with Level::Warn