macro_rules! warnln { ($($tt:tt)*) => { ... }; }
Macro for printing warning messages in yellow with newline.