ARTS 2.5.11 (git: 6827797f)
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:
 
String out_path
 The output path.
 
String out_basename
 The basename for the report file and for all other output files.
 
ofstream report_file
 The report file.
 

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 
)

Definition at line 30 of file messages.cc.

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 25 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 20 of file messages.cc.

◆ report_file

ofstream report_file

The report file.

Definition at line 28 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 17 of file messages.cc.

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