macro_rules! warn {
    ($($v:tt)*) => { ... };
}
Expand description

Logs a message at the “warn” level.