ARTS  2.3.1285(git:92a29ea9-dirty)
messages.cc File Reference

Definitions having to do with the four output streams. More...

#include "messages.h"
#include "array.h"
#include "arts.h"
#include "mystring.h"

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const Verbosity &v)
 

Variables

Verbosity verbosity_at_launch
 The global message verbosity settings: More...
 
String out_path
 The output path. More...
 
String out_basename
 The basename for the report file and for all other output files. More...
 
ofstream report_file
 The report file. More...
 

Detailed Description

Definitions having to do with the four output streams.

See file messages.h for more explanations.

Author
Stefan Buehler
Date
2000-07-31

Definition in file messages.cc.

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  os,
const Verbosity v 
)

Variable Documentation

◆ out_basename

String out_basename

The basename for the report file and for all other output files.

The files will have names like <basename>.rep (for the report file).

Definition at line 42 of file messages.cc.

Referenced by arts_exit(), arts_exit_with_error_message(), filename_ascii(), filename_xml(), filename_xml_with_index(), main(), nca_filename(), and nca_filename_with_index().

◆ out_path

String out_path

The output path.

For example for the report file.

Definition at line 37 of file messages.cc.

◆ report_file

ofstream report_file

The report file.

Definition at line 45 of file messages.cc.

Referenced by arts_exit(), main(), and operator<<().

◆ verbosity_at_launch

Verbosity verbosity_at_launch

The global message verbosity settings:

Definition at line 34 of file messages.cc.

Referenced by main(), set_reporting_level(), and verbosityInit().