summaryrefslogtreecommitdiff
path: root/include/mts/MTS_Logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mts/MTS_Logger.h')
-rw-r--r--include/mts/MTS_Logger.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mts/MTS_Logger.h b/include/mts/MTS_Logger.h
index b0beda9..e203199 100644
--- a/include/mts/MTS_Logger.h
+++ b/include/mts/MTS_Logger.h
@@ -117,7 +117,8 @@ namespace MTS {
SYSLOG_ONLY,
STDOUT_AND_FILE,
STDOUT_AND_SYSLOG,
- STDERR_ONLY
+ STDERR_ONLY,
+ STDERR_AND_SYSLOG
};
static int getPrintLevel();