[][src]Macro tao_log::infov

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

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