Macro trace_macros::debug [] [src]

macro_rules! debug {
    ($($msg:tt)+) => { ... };
}

DEBUG macro which uses traceln!

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