dune-common  2.3.0
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
69 
75 
81 
95 
100  static const DebugLevel VERBOSE_DEBUG_LEVEL = 2;
101 
107 
115  extern DVerbType dverb;
116 
121  static const DebugLevel INFO_DEBUG_LEVEL = 3;
122 
128 
139  extern DInfoType dinfo;
140 
145  static const DebugLevel WARN_DEBUG_LEVEL = 4;
146 
152 
160  extern DWarnType dwarn;
161 
166  static const DebugLevel GRAVE_DEBUG_LEVEL = 5;
167 
170 
179 
182 
194  extern DErrType derr;
195 
197 }
198 
199 #endif