summaryrefslogtreecommitdiff
path: root/src/include/CommandLine.h
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 /src/include/CommandLine.h
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 'src/include/CommandLine.h')
-rw-r--r--src/include/CommandLine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/CommandLine.h b/src/include/CommandLine.h
index c11d7fb5..bce6e7a9 100644
--- a/src/include/CommandLine.h
+++ b/src/include/CommandLine.h
@@ -18,6 +18,7 @@ void CCTKi_CommandLineTestThornCompiled(const char *argument);
void CCTKi_CommandLineDescribeAllParameters(const char *argument);
void CCTKi_CommandLineDescribeParameter(const char *argument);
void CCTKi_CommandLineTestParameters(const char *argument);
+void CCTKi_CommandLineLoggingLevel(const char *argument);
void CCTKi_CommandLineWarningLevel(const char *argument);
void CCTKi_CommandLineErrorLevel(const char *argument);
void CCTKi_CommandLineParameterLevel(const char *argument);