[][src]Macro xlog::error

macro_rules! error {
    (target: $target:expr, $($args:tt)*) => { ... };
    (target = $target:expr, $($args:tt)*) => { ... };
    ($($args:tt)*) => { ... };
}

Logs a message at the error level.