ARTS
2.2.66
|
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 |
String | out_path |
The output path. More... | |
String | out_basename |
The basename for the report file and for all other output files. More... | |
ofstream | report_file |
The report file. More... | |
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 48 of file messages.cc.
References Verbosity::get_agenda_verbosity(), Verbosity::get_file_verbosity(), and Verbosity::get_screen_verbosity().
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 42 of file messages.cc.
Referenced by arts_exit(), 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 45 of file messages.cc.
Referenced by arts_exit(), main(), and operator<<().
Verbosity verbosity_at_launch |
Definition at line 34 of file messages.cc.
Referenced by main(), set_reporting_level(), and verbosityInit().