#include <messages.h>
Public Member Functions | |
Messages () | |
Default constructor. | |
Public Attributes | |
Index | screen |
Verbosity of screen output. | |
Index | file |
Verbosity of 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.
Definition at line 63 of file messages.h.
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.