pub fn err_line(args: Arguments<'_>)Expand description
Writes a formatted diagnostic line to standard error using the current UI output mode.
Use format_args! to avoid allocating an intermediate String:
oy::err_line(format_args!("provider failed: {}", "timeout"));