macro_rules! warning { ($($arg:tt)*) => { ... }; }
Warn to the console using standard rust formatting.
warn!("this is a warning");