Macro vlog::v2 [] [src]

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

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