Macro logi::warn

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

💡 - Logs a message at the warn level.