macro_rules! warn { ($msg:expr) => { ... }; ($msg:expr; $($key:expr => $value:expr),+ $(,)?) => { ... }; }
Log at warn level.