Macro trace_macros::DEBUG [] [src]

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

DEBUG macro which uses TRACE!

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