trace_macros::DEBUG! [] [src]

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

DEBUG macro

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