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