Macro vlog::ve2 [] [src]

macro_rules! ve2 {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}

Prints to stderr if verbosity level is >= 2. Follows format! style.