macro_rules! error { ($($arg:tt)*) => { ... }; }
Error to the console using standard rust formatting.
error!("this is an error");