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