[][src]Macro tao_log::debugv

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

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