Go to the documentation of this file.
62 {
return (
va>=0 &&
va<=3) && (
vs>=0 &&
vs<=3) && (
vf>=0 ||
vf<=3); }
205 #define CREATE_OUT0 ArtsOut0 out0(verbosity);
206 #define CREATE_OUT1 ArtsOut1 out1(verbosity);
207 #define CREATE_OUT2 ArtsOut2 out2(verbosity);
208 #define CREATE_OUT3 ArtsOut3 out3(verbosity);
210 #define CREATE_OUTS \
211 ArtsOut0 out0(verbosity); \
212 ArtsOut1 out1(verbosity); \
213 ArtsOut2 out2(verbosity); \
214 ArtsOut3 out3(verbosity);
bool is_main_agenda() const
bool in_main_agenda() const
ArtsOut & operator<<(ArtsOut &aos, const T &t)
Output operator for ArtsOut.
Verbosity(Index vagenda, Index vscreen, Index vfile)
ArtsOut1(const Verbosity &v)
bool sufficient_priority_screen() const
Does the current message have sufficient priority for screen?
This file contains the definition of Array.
Index va
Verbosity for agenda output. Can be 0-3.
Index vs
Verbosity for output to screen. Can be 0-3.
Index vf
Verbosity for output to file. Can be 0-3.
ofstream report_file
The report file.
void set_agenda_verbosity(Index v)
Index get_agenda_verbosity() const
ArtsOut3(const Verbosity &v)
ArtsOut0(const Verbosity &v)
bool valid() const
Check if artsmessages contains valid message levels.
void set_file_verbosity(Index v)
void set_main_agenda(bool main_agenda)
Index get_screen_verbosity() const
Index get_file_verbosity() const
INDEX Index
The type to use for all integer numbers and indices.
ArtsOut(const int p, const Verbosity &v)
const Verbosity & get_verbosity() const
friend ostream & operator<<(ostream &os, const Verbosity &v)
Header file for helper functions for OpenMP.
ArtsOut2(const Verbosity &v)
void set_screen_verbosity(Index v)
bool sufficient_priority_file() const
Does the current message have sufficient priority for file?
bool sufficient_priority_agenda() const
Does the current message have sufficient priority for agenda?
The global header file for ARTS.