Macro vlog::ve3 [] [src]

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

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