Go to the documentation of this file.
45 ostringstream report_file_ext;
47 report_file_ext <<
".rep";
72 char *buf = getcwd(
nullptr, 0);
73 os <<
"Detailed report file: " << buf <<
"/"
78 os <<
"Stopping ARTS execution.\n"
String out_basename
The basename for the report file and for all other output files.
void cleanup_output_file(ofstream &, const String &)
Closes the file.
Declarations having to do with the four output streams.
ofstream report_file
The report file.
String add_basedir(const String &path)
Index get_screen_verbosity() const
This file contains basic functions to handle ASCII files.
Index get_file_verbosity() const
void arts_exit(int status)
This is the exit function of ARTS.
const Verbosity & get_verbosity() const
void arts_exit_with_error_message(const String &m, ArtsOut &out)
Print error message and exit.
The global header file for ARTS.