dune-common
2.3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
common
stdstreams.hh
Go to the documentation of this file.
1
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2
// vi: set et ts=4 sw=2 sts=2:
3
// $Id$
4
14
#ifndef DUNE_COMMON_STDSTREAMS_HH
15
#define DUNE_COMMON_STDSTREAMS_HH
16
17
#include "
debugstream.hh
"
18
19
namespace
Dune {
20
65
#ifndef DUNE_MINIMAL_DEBUG_LEVEL
66
#define DUNE_MINIMAL_DEBUG_LEVEL 4
67
#endif
68
static
const
DebugLevel
MINIMAL_DEBUG_LEVEL
=
DUNE_MINIMAL_DEBUG_LEVEL
;
69
74
static
const
DebugLevel
VERY_VERBOSE_DEBUG_LEVEL
= 1;
75
80
typedef
DebugStream<VERY_VERBOSE_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL>
DVVerbType
;
81
94
extern
DVVerbType
dvverb
;
95
100
static
const
DebugLevel
VERBOSE_DEBUG_LEVEL
= 2;
101
106
typedef
DebugStream<VERBOSE_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL>
DVerbType
;
107
115
extern
DVerbType
dverb
;
116
121
static
const
DebugLevel
INFO_DEBUG_LEVEL
= 3;
122
127
typedef
DebugStream<INFO_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL>
DInfoType
;
128
139
extern
DInfoType
dinfo
;
140
145
static
const
DebugLevel
WARN_DEBUG_LEVEL
= 4;
146
151
typedef
DebugStream<WARN_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL>
DWarnType
;
152
160
extern
DWarnType
dwarn
;
161
166
static
const
DebugLevel
GRAVE_DEBUG_LEVEL
= 5;
167
169
typedef
DebugStream<GRAVE_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL>
DGraveType
;
170
178
extern
DGraveType
dgrave
;
179
181
typedef
DebugStream<1>
DErrType
;
182
194
extern
DErrType
derr
;
195
197
}
198
199
#endif
Generated on Mon Feb 10 2014 23:52:39 for dune-common by
1.8.1.2