macro_rules! warn_fmt {
($context:expr, $($arg:tt)+) => { ... };
}Expand description
Macro to log a warning message with context.
macro_rules! warn_fmt {
($context:expr, $($arg:tt)+) => { ... };
}Macro to log a warning message with context.