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