Macro vlog::v1 [] [src]

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

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