Macro format_args_nl

#[macro_export]
macro_rules! format_args_nl {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($args:tt)*) => { ... };
}

Same as format_args, but adds a newline in the end.