Macro log_warning

Source
macro_rules! log_warning {
    ($span:expr, $($arg:tt)+) => { ... };
}
Expand description

Logs warning message.