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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mts/MTS_Logger.h b/include/mts/MTS_Logger.h
index a1e88a2..e203199 100644
--- a/include/mts/MTS_Logger.h
+++ b/include/mts/MTS_Logger.h
@@ -116,7 +116,9 @@ namespace MTS {
FILE_ONLY,
SYSLOG_ONLY,
STDOUT_AND_FILE,
- STDOUT_AND_SYSLOG
+ STDOUT_AND_SYSLOG,
+ STDERR_ONLY,
+ STDERR_AND_SYSLOG
};
static int getPrintLevel();