ARTS  1.0.222
Public Member Functions | Public Attributes | List of all members
Messages Class Reference

The verbosity level for screen and file output. More...

#include <messages.h>

Public Member Functions

 Messages ()
 Default constructor. More...
 

Public Attributes

Index screen
 Verbosity of screen output. More...
 
Index file
 Verbosity of file output. More...
 

Detailed Description

The verbosity level for screen and file output.

There are four different output streams: out0, out1, out2, and out3. They have different priority, out0 the highest, out3 the lowest.

The verbosity level is stored in the workspace variable messages of this type and can be set separately for file and screen output. In both cases the level can range from 0 to 3, where 0 = no output (except error messages), 1 = only out1, 2 = out1+out2, 3 = all output.

Author
Stefan Buehler
Date
1999-06-30

Introduced Out0, which prints to stderr rather than stdout.

Author
Stefan Buehler
Date
1999-11-03

Definition at line 63 of file messages.h.

Constructor & Destructor Documentation

◆ Messages()

Messages::Messages ( )
inline

Default constructor.

Set both levels to -1. The default output level is set explicitly in main.

Definition at line 67 of file messages.h.

Member Data Documentation

◆ file

Index Messages::file

Verbosity of file output.

Definition at line 71 of file messages.h.

◆ screen

Index Messages::screen

Verbosity of screen output.

Definition at line 69 of file messages.h.


The documentation for this class was generated from the following file: