ARTS 2.5.11 (git: 6827797f)
messages.cc
Go to the documentation of this file.
1
11#include "messages.h"
12#include "array.h"
13#include "arts.h"
14#include "mystring.h"
15
18
21
26
28ofstream report_file;
29
30ostream& operator<<(ostream& os, const Verbosity& v) {
31 os << "Agenda Verbosity: " << v.get_agenda_verbosity() << "\n";
32 os << "Screen Verbosity: " << v.get_screen_verbosity() << "\n";
33 os << "File Verbosity : " << v.get_file_verbosity() << "\n";
34
35 return os;
36}
This file contains the definition of Array.
The global header file for ARTS.
Verbosity verbosity_at_launch
The global message verbosity settings:
Definition: messages.cc:17
String out_basename
The basename for the report file and for all other output files.
Definition: messages.cc:25
ofstream report_file
The report file.
Definition: messages.cc:28
ostream & operator<<(ostream &os, const Verbosity &v)
Definition: messages.cc:30
String out_path
The output path.
Definition: messages.cc:20
Declarations having to do with the four output streams.
This file contains the definition of String, the ARTS string class.
#define v