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