Macro DEBUG

Source
macro_rules! DEBUG {
    ($($msg:expr),+) => { ... };
}
Expand description

DEBUG macro which uses TRACE!

Prints with the following format: file!:line! - DEBUG: [Message]