DuneStreams¶
Configuration helpers for the DUNE debug streams.
- dune_set_minimal_debug_level¶
Initialize the cache variables controlling the built-in DUNE debug streams.
dune_set_minimal_debug_level()The command maps the textual cache value in
MINIMAL_DEBUG_LEVELto the numeric preprocessor valueDUNE_MINIMAL_DEBUG_LEVELused by the C++ debug stream implementation.
- MINIMAL_DEBUG_LEVEL¶
Minimal enabled DUNE debug stream level. Streams below this level collapse to no-ops when output is requested.
Supported values are
vverb,verb,info,warn, andgrave. The default iswarn.