Macro vlog::ve1 [] [src]

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

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