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