macro_rules! warn_log { (target: $target:expr, $($arg:tt)+) => { ... }; ($($arg:tt)+) => { ... }; }
Calls warn!