ARTS
1.0.222
|
Definitions having to do with the four output streams. More...
Go to the source code of this file.
Variables | |
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... | |
Messages | messages |
Verbosity levels. More... | |
Out0 | out0 |
Level 0 output stream. More... | |
Out1 | out1 |
Level 1 output stream. More... | |
Out2 | out2 |
Level 2 output stream. More... | |
Out3 | out3 |
Level 3 output stream. More... | |
Definitions having to do with the four output streams.
See file messages.h for more explanations.
Definition in file messages.cc.
Messages messages |
Out0 out0 |
Out1 out1 |
Out2 out2 |
Out3 out3 |
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 38 of file messages.cc.
String out_path |
ofstream report_file |
The report file.
Definition at line 41 of file messages.cc.