macro_rules! error { ($($msg:tt)+) => { ... }; }
ERROR macro which uses traceln!
traceln!
Prints with the following format: file!:line! - ERROR: [Message]
file!:line! - ERROR: [Message]