Go to the documentation of this file.
62 return (
va >= 0 &&
va <= 3) && (
vs >= 0 &&
vs <= 3) && (
vf >= 0 &&
vf <= 3);
179 #pragma omp critical(ArtsOut_screen)
189 #pragma omp critical(ArtsOut_file)
204 #define CREATE_OUT0 ArtsOut0 out0(verbosity)
205 #define CREATE_OUT1 ArtsOut1 out1(verbosity)
206 #define CREATE_OUT2 ArtsOut2 out2(verbosity)
207 #define CREATE_OUT3 ArtsOut3 out3(verbosity)
209 #define CREATE_OUTS \
210 ArtsOut0 out0(verbosity); \
211 ArtsOut1 out1(verbosity); \
212 ArtsOut2 out2(verbosity); \
213 ArtsOut3 out3(verbosity)
bool is_main_agenda() const
bool in_main_agenda() const
Are we in the main agenda?
ArtsOut & operator<<(ArtsOut &aos, const T &t)
Output operator for ArtsOut.
bool sufficient_priority() const
Does the current message have sufficient priority for output?
Verbosity(Index vagenda, Index vscreen, Index vfile)
Agenda main_agenda(Workspace &ws) noexcept
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.
Index vs
Verbosity for output to screen.
Index vf
Verbosity for output to file.
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)
const Verbosity & verbosity
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.