Macro error

Source
macro_rules! error {
    ($($msg:tt)+) => { ... };
}
Expand description

ERROR macro which uses traceln!

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