vlog
macro_rules! v0 { ($fmt:expr) => { ... }; ($fmt:expr, $($arg:tt)*) => { ... }; }
Always prints to stdout. Follows format! style.
stdout
format!