macro_rules! warn { ($($args:tt)+) => { ... }; }
Log a warning level message using current scope logger