Macro vlog::v0 [] [src]

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

Always prints to stdout. Follows format! style.