ARTS
2.4.0(git:4fb77825)
|
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: More... | |
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 47 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(), arts_exit_with_error_message(), filename_ascii(), filename_xml(), filename_xml_with_index(), ARTS::init(), main(), nca_filename(), nca_filename_with_index(), and set_basename().
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 |
The global message verbosity settings:
Definition at line 34 of file messages.cc.
Referenced by InteractiveWorkspace::InteractiveWorkspace(), main(), parse_agenda(), InteractiveWorkspace::set_agenda_variable(), set_reporting_level(), and verbosityInit().