Macro vlog::v3 [] [src]

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

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