log_warn

Macro log_warn 

Source
macro_rules! log_warn {
    ($component:expr, $($arg:tt)*) => { ... };
}
Expand description

Log a warning-level message using the global logger.