summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/RunningCactus.tex
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-01-29 18:48:13 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-01-29 18:48:13 +0000
commitc4b6e6e612c0764a71c2e78beaabb48763f6f813 (patch)
treee8c462dfb83cb4038aaabaff738352b52807ea11 /doc/UsersGuide/RunningCactus.tex
parent322d1b68cf0cdfabffe91f4a8da07b5633805cb2 (diff)
Introduce a parameter -L to select the logging level.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3974 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/RunningCactus.tex')
-rw-r--r--doc/UsersGuide/RunningCactus.tex27
1 files changed, 17 insertions, 10 deletions
diff --git a/doc/UsersGuide/RunningCactus.tex b/doc/UsersGuide/RunningCactus.tex
index 46c5782e..f2ec2503 100644
--- a/doc/UsersGuide/RunningCactus.tex
+++ b/doc/UsersGuide/RunningCactus.tex
@@ -1108,6 +1108,8 @@ Short Version & Long Version \\
\hline
% -x [<nprocs>] & -test-parameters [<nprocs>] \\
%\hline
+ -L<level> & -logging-level=<level> \\
+\hline
-W<level> & -warning-level=<level> \\
\hline
-E<level> & -error-level=<level> \\
@@ -1142,18 +1144,23 @@ Produces version information of the code.
%Runs the code far enough to check the consistency of the parameters. If
%given a numeric argument it will attempt to simulate being on that number
%of processors. [To be implemented.]
+\item [{\tt -L<level>} or {\tt -logging-level=<level>}]
+Sets the logging level of the code. All warning messages are given a
+level --- the lower the level the greater the severity. This
+parameter {\tt -L} controls the level of messages to be seen, with all
+warnings of level $\le$ {\tt <level>} printed to standard output. The
+default is a logging level of~0, meaning that only level~0 messages
+should be printed to standard output.
\item [{\tt -W<level>} or {\tt -warning-level=<level>}]
-Sets the warning level of the code. All warning messages are given a level ---
-the lower the level the greater the severity. This parameter controls the
-level of messages to be seen, with all warnings of level $\le$ {\tt <level>}
-printed to standard output (warnings with level $>$ {\tt <level>} are
-silently discarded). The default is a warning level of~1,
-meaning that only level~0 and level~1 messages should be printed.
+This is similar to {\tt -W}, but for standard error instead of
+standard output. All warnings of level $\le$ {\tt <level>} are
+printed to standard error. The default is a warning level of~1,
+meaning that level~0 and level~1 messages should be printed to
+standard error.
\item [{\tt -E<level} or {\tt -error-level=<level>}]
-This is similar to {\tt -W}, but for fatal errors:
-Cactus treats all warnings with level $\le$ {\tt <level>} as fatal
-errors, and aborts the Cactus run immediately (after printing the
-warning message%%%
+This is similar to {\tt -W}, but for fatal errors: Cactus treats all
+warnings with level $\le$ {\tt <level>} as fatal errors, and aborts
+the Cactus run immediately (after printing the warning message%%%
\footnote{%%%
Cactus imposes the constraints that
$\hbox{the {\tt -W} level} \ge \hbox{the {\tt -E} level} \ge 0$,