[][src]Macro tao_log::warnv

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

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