macro_rules! DEBUG {
($($msg:expr),+) => { ... };
}Expand description
DEBUG macro which uses TRACE!
Prints with the following format: file!:line! - DEBUG: [Message]
macro_rules! DEBUG {
($($msg:expr),+) => { ... };
}DEBUG macro which uses TRACE!
Prints with the following format: file!:line! - DEBUG: [Message]