[][src]Macro tao_log::errorv

macro_rules! errorv {
    ($($arg:tt)+) => { ... };
}

Log an expression at the error level, returning its value.