fn log_line_file_location<O: Write + Send>( errors: &Errors<'_>, output: &mut O, pointer: &PointedMessage, indentation: usize, )
Log the line containing the location’s mod name and filename.