starina_api

Macro warn

Source
macro_rules! warn {
    ($($arg:tt)+) => { ... };
}
Expand description

Logs with LogLevel::Warn.