From 56b8036db2e302875deab9c0983be6b195002ba6 Mon Sep 17 00:00:00 2001 From: Nicolas Schwenck <nicolas.schwenck@iws.uni-stuttgart.de> Date: Fri, 15 Oct 2010 08:36:08 +0000 Subject: [PATCH] extended information about Dune-debug output stream. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4436 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- doc/handbook/TipsNTricks.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/handbook/TipsNTricks.tex b/doc/handbook/TipsNTricks.tex index 0ab1c02ac3..47898e53dc 100644 --- a/doc/handbook/TipsNTricks.tex +++ b/doc/handbook/TipsNTricks.tex @@ -33,11 +33,11 @@ This approach really helps keeping the bumps in the work-flow small. May be if you are really in the dark you want to see all your debug information. Another time you may only want to be warned if something is going seriously wrong during a simulation. This can be achieved by setting the debug streams to desired values. There are 5 levels: \begin{verbatim} -5 - grave -4 - warning -3 - info -2 - verbose -1 - very verbose +5 - grave (dgrave) +4 - warning (dwarn) +3 - info (dinfo) +2 - verbose (dverb) +1 - very verbose (dvverb) \end{verbatim} Which are used as follows: @@ -48,7 +48,7 @@ The debug streams are switched on/off via setting \\ \verb+#define DUNE_MINIMAL_DEBUG_LEVEL 4 + \\ in \\ \verb+dumux-devel/config.h+ \\ -to the desired value and recompiling your application. E.g. if the value is set to 4 the out put generated after \verb+Dune::dinfo+ will printed anywhere. +to the desired value and recompiling your application. E.g. if the value is set to 4 the out put generated after \verb+Dune::dinfo+ (level 4 and 5) will printed anywhere. \item filename / line number predefined macro: -- GitLab