Macro trace_macros::error [] [src]

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

ERROR macro which uses traceln!

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