Macro log_warn

Source
macro_rules! log_warn {
    ($ctx:expr, $msg:expr) => { ... };
    ($ctx:expr, $format:expr, $($arg:tt)+) => { ... };
}
Expand description

Logs a message at the warn level.

ยงExamples

See log_info!.