error

Macro error 

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

Error to the console using standard rust formatting.

ยงExample

error!("this is an error");