|
typedef DebugStream< VERY_VERBOSE_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL > | Dune::DVVerbType |
| Type of very verbose debug stream. More...
|
|
typedef DebugStream< VERBOSE_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL > | Dune::DVerbType |
| Type of more verbose debug stream. More...
|
|
typedef DebugStream< INFO_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL > | Dune::DInfoType |
| Type of debug stream with info level. More...
|
|
typedef DebugStream< WARN_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL > | Dune::DWarnType |
| Type of debug stream with warn level. More...
|
|
typedef DebugStream< GRAVE_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL > | Dune::DGraveType |
| Type of debug stream for fatal errors. More...
|
|
typedef DebugStream< 1 > | Dune::DErrType |
| The type of the stream used for error messages. More...
|
|
Dune defines several standard output streams for the library routines.
Applications may control the standard streams via the attach/detach, push/pop interface but should define an independent set of streams (see Applications )
#define DUNE_MINIMAL_DEBUG_LEVEL 4 |
The default minimum debug level.
If the level of a stream is bigger than this value it will be activated.
The type of the stream used for error messages.
Type of debug stream for fatal errors.
Type of debug stream with info level.
- See also
- dinfo
typedef DebugStream<VERBOSE_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL> Dune::DVerbType |
Type of more verbose debug stream.
- See also
- dverb
typedef DebugStream<VERY_VERBOSE_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL> Dune::DVVerbType |
Type of very verbose debug stream.
- See also
- dvverb
Type of debug stream with warn level.
- See also
- dwarn
Stream for error messages.
Only packages integrating Dune completely will redirect it. The output of derr is independent of the debug-level, only the activation-flag is checked.
Stream for warnings indicating fatal errors.
Stream for informative output.
Summary infos on what a module does, runtimes, etc.
Stream for warnings indicating problems.
const DebugLevel Dune::GRAVE_DEBUG_LEVEL = 5 |
|
static |
The level of the debug stream for fatal errors.
- See also
- dgrave
const DebugLevel Dune::INFO_DEBUG_LEVEL = 3 |
|
static |
The level of the informative debug stream.
- See also
- dinfo
const DebugLevel Dune::VERBOSE_DEBUG_LEVEL = 2 |
|
static |
The level of the verbose debug stream.
- See also
- dvverb
const DebugLevel Dune::VERY_VERBOSE_DEBUG_LEVEL = 1 |
|
static |
The level of the very verbose debug stream.
- See also
- dvverb
const DebugLevel Dune::WARN_DEBUG_LEVEL = 4 |
|
static |
The level of the debug stream for warnings.
- See also
- dwarn