15#ifndef DUNE_COMMON_STDSTREAMS_HH
16#define DUNE_COMMON_STDSTREAMS_HH
18#include <dune-common-config.hh>
67#ifndef DUNE_MINIMAL_DEBUG_LEVEL
68#define DUNE_MINIMAL_DEBUG_LEVEL 4
Defines several output streams for messages of different importance.
unsigned int DebugLevel
Type for debug levels.
Definition debugstream.hh:118
DebugStream< VERY_VERBOSE_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL > DVVerbType
Type of very verbose debug stream.
Definition stdstreams.hh:82
DebugStream< WARN_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL > DWarnType
Type of debug stream with warn level.
Definition stdstreams.hh:153
DVVerbType dvverb(std::cout)
stream for very verbose output.
Definition stdstreams.hh:96
static const DebugLevel MINIMAL_DEBUG_LEVEL
Definition stdstreams.hh:70
#define DUNE_MINIMAL_DEBUG_LEVEL
The default minimum debug level.
Definition stdstreams.hh:68
static const DebugLevel VERY_VERBOSE_DEBUG_LEVEL
The level of the very verbose debug stream.
Definition stdstreams.hh:76
DWarnType dwarn(std::cerr)
Stream for warnings indicating problems.
Definition stdstreams.hh:162
static const DebugLevel GRAVE_DEBUG_LEVEL
The level of the debug stream for fatal errors.
Definition stdstreams.hh:168
DebugStream< VERBOSE_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL > DVerbType
Type of more verbose debug stream.
Definition stdstreams.hh:108
DebugStream< GRAVE_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL > DGraveType
Type of debug stream for fatal errors.
Definition stdstreams.hh:171
DGraveType dgrave(std::cerr)
Stream for warnings indicating fatal errors.
Definition stdstreams.hh:180
DebugStream< 1 > DErrType
The type of the stream used for error messages.
Definition stdstreams.hh:183
static const DebugLevel INFO_DEBUG_LEVEL
The level of the informative debug stream.
Definition stdstreams.hh:123
DebugStream< INFO_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL > DInfoType
Type of debug stream with info level.
Definition stdstreams.hh:129
DInfoType dinfo(std::cout)
Stream for informative output.
Definition stdstreams.hh:141
DVerbType dverb(std::cout)
Singleton of verbose debug stream.
Definition stdstreams.hh:117
static const DebugLevel VERBOSE_DEBUG_LEVEL
The level of the verbose debug stream.
Definition stdstreams.hh:102
DErrType derr(std::cerr)
Stream for error messages.
Definition stdstreams.hh:196
static const DebugLevel WARN_DEBUG_LEVEL
The level of the debug stream for warnings.
Definition stdstreams.hh:147
Dune namespace.
Definition alignedallocator.hh:13
Generic class to implement debug output streams.
Definition debugstream.hh:192