#include "arts.h"
#include "messages.h"
#include "mystring.h"
Go to the source code of this file.
Variables | |
| 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. | |
| Messages | messages |
| Verbosity levels. | |
| Out0 | out0 |
| Level 0 output stream. | |
| Out1 | out1 |
| Level 1 output stream. | |
| Out2 | out2 |
| Level 2 output stream. | |
| Out3 | out3 |
| Level 3 output stream. | |
See file messages.h for more explanations.
Definition in file messages.cc.
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.
| ofstream report_file |
1.5.6