fn log_line_info<O: Write + Send>( errors: &Errors<'_>, output: &mut O, indentation: usize, info: &str, )
Log the optional info line that is part of the overall report.