dune-common  2.2.1
stdstreams.hh
Go to the documentation of this file.
1 // $Id: stdstreams.hh 6785 2012-05-31 22:07:47Z sander $
2 
3 /*
4 
5  Declaration of standard Dune-library streams
6 
7 */
8 
9 #ifndef DUNE_COMMON_STDSTREAMS_HH
10 #define DUNE_COMMON_STDSTREAMS_HH
11 
12 #include "debugstream.hh"
13 
14 namespace Dune {
15 
67  #ifndef DUNE_MINIMAL_DEBUG_LEVEL
68  #define DUNE_MINIMAL_DEBUG_LEVEL 4
69  #endif
71 
77 
83 
97 
102  static const DebugLevel VERBOSE_DEBUG_LEVEL = 2;
103 
109 
117  extern DVerbType dverb;
118 
123  static const DebugLevel INFO_DEBUG_LEVEL = 3;
124 
130 
141  extern DInfoType dinfo;
142 
147  static const DebugLevel WARN_DEBUG_LEVEL = 4;
148 
154 
162  extern DWarnType dwarn;
163 
168  static const DebugLevel GRAVE_DEBUG_LEVEL = 5;
169 
172 
181 
184 
196  extern DErrType derr;
197 
199 }
200 
201 #endif