Macro error

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

Log a message with the error level. Regular formatting may be used.