ARTS 2.5.11 (git: 6827797f)
|
Definitions having to do with the four output streams. More...
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &os, const Verbosity &v) |
Variables | |
Verbosity | verbosity_at_launch |
The global message verbosity settings: | |
String | out_path |
The output path. | |
String | out_basename |
The basename for the report file and for all other output files. | |
ofstream | report_file |
The report file. | |
Definitions having to do with the four output streams.
See file messages.h for more explanations.
Definition in file messages.cc.
ostream & operator<< | ( | ostream & | os, |
const Verbosity & | v | ||
) |
Definition at line 30 of file messages.cc.
String out_basename |
The basename for the report file and for all other output files.
The files will have names like <basename>.rep (for the report file).
Definition at line 25 of file messages.cc.
Referenced by arts_exit(), arts_exit_with_error_message(), filename_ascii(), filename_xml(), filename_xml_with_index(), main(), nca_filename(), and nca_filename_with_index().
String out_path |
ofstream report_file |
The report file.
Definition at line 28 of file messages.cc.
Referenced by arts_exit(), main(), and operator<<().
Verbosity verbosity_at_launch |
The global message verbosity settings:
Definition at line 17 of file messages.cc.
Referenced by main(), set_reporting_level(), and verbosityInit().