diff options
author | mykola.salomatin <mykola.salomatin@globallogic.com> | 2020-11-10 12:59:25 +0200 |
---|---|---|
committer | mykola.salomatin <mykola.salomatin@globallogic.com> | 2020-11-10 12:59:25 +0200 |
commit | f5122928882ebfb0f68bd7b17bc4c6fe95a7bbb6 (patch) | |
tree | d0fc2765f53db02550a81cde3883a9160e937772 /include | |
parent | ec167ba35669434dc1aadebd4e03c44fc5b04133 (diff) | |
download | libmts-f5122928882ebfb0f68bd7b17bc4c6fe95a7bbb6.tar.gz libmts-f5122928882ebfb0f68bd7b17bc4c6fe95a7bbb6.tar.bz2 libmts-f5122928882ebfb0f68bd7b17bc4c6fe95a7bbb6.zip |
[MTX-3669] mPower Release 5.4: alertservice and libmts shall print log messages to stderr
Diffstat (limited to 'include')
-rw-r--r-- | include/mts/MTS_Logger.h | 3 |
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(); |