ARTS
1.0.222
src
messages.cc
Go to the documentation of this file.
1
/* Copyright (C) 2000, 2001 Stefan Buehler <sbuehler@uni-bremen.de>
2
3
This program is free software; you can redistribute it and/or modify it
4
under the terms of the GNU General Public License as published by the
5
Free Software Foundation; either version 2, or (at your option) any
6
later version.
7
8
This program is distributed in the hope that it will be useful,
9
but WITHOUT ANY WARRANTY; without even the implied warranty of
10
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
GNU General Public License for more details.
12
13
You should have received a copy of the GNU General Public License
14
along with this program; if not, write to the Free Software
15
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
16
USA. */
17
28
#include "
arts.h
"
29
#include "
messages.h
"
30
#include "
mystring.h
"
31
33
String
out_path
;
34
38
String
out_basename
;
39
41
ofstream
report_file
;
42
45
Messages
messages
;
46
47
//--------------------< The different output streams >--------------------
48
50
Out0
out0
;
52
Out1
out1
;
54
Out2
out2
;
56
Out3
out3
;
out2
Out2 out2
Level 2 output stream.
Definition:
messages.cc:54
Out2
Medium priority output stream.
Definition:
messages.h:132
out0
Out0 out0
Level 0 output stream.
Definition:
messages.cc:50
Messages
The verbosity level for screen and file output.
Definition:
messages.h:63
messages
Messages messages
Verbosity levels.
Definition:
messages.cc:45
Out1
Engine output stream.
Definition:
messages.h:126
Out3
Lowest priority output stream.
Definition:
messages.h:138
messages.h
Declarations having to do with the four output streams.
my_basic_string< char >
out1
Out1 out1
Level 1 output stream.
Definition:
messages.cc:52
report_file
ofstream report_file
The report file.
Definition:
messages.cc:41
Out0
Highest priority output stream.
Definition:
messages.h:120
out_basename
String out_basename
The basename for the report file and for all other output files.
Definition:
messages.cc:38
out3
Out3 out3
Level 3 output stream.
Definition:
messages.cc:56
out_path
String out_path
The output path.
Definition:
messages.cc:33
mystring.h
This file contains the definition of String, the ARTS string class.
arts.h
The global header file for ARTS.
Generated by
1.8.20