From ec167ba35669434dc1aadebd4e03c44fc5b04133 Mon Sep 17 00:00:00 2001
From: "mykola.salomatin" <mykola.salomatin@globallogic.com>
Date: Tue, 20 Oct 2020 19:13:15 +0300
Subject: [MTX-3669] mPower Release 5.4: alertservice and libmts shall print
 log messages to stderr

---
 include/mts/MTS_Logger.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'include')

diff --git a/include/mts/MTS_Logger.h b/include/mts/MTS_Logger.h
index a1e88a2..b0beda9 100644
--- a/include/mts/MTS_Logger.h
+++ b/include/mts/MTS_Logger.h
@@ -116,7 +116,8 @@ namespace MTS {
                 FILE_ONLY,
                 SYSLOG_ONLY,
                 STDOUT_AND_FILE,
-                STDOUT_AND_SYSLOG
+                STDOUT_AND_SYSLOG,
+                STDERR_ONLY
             };
 
             static int getPrintLevel();
-- 
cgit v1.2.3