[][src]Macro tao_log::tracev

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

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