macro_rules! errorln { ($($tt:tt)*) => { ... }; }
Macro for printing error messages in red with newline.