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