common/Log.cpp |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 5dc8e815c4b9d5b09a90411df8ed2780c78abd59
Author:     Ashod Nakashian <[email protected]>
AuthorDate: Sun Sep 29 17:00:56 2019 -0400
Commit:     Michael Meeks <[email protected]>
CommitDate: Mon Oct 28 10:45:31 2019 +0100

    wsd: logging: color trace differently to improve readability
    
    Change-Id: I5127061f4d62122d07bad32d4757569f1a9cc877
    Reviewed-on: https://gerrit.libreoffice.org/80321
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Jan Holesovsky <[email protected]>
    (cherry picked from commit 48387b00077b9baa72508c05e3fc3228a4569998)
    Reviewed-on: https://gerrit.libreoffice.org/81559
    Reviewed-by: Michael Meeks <[email protected]>
    Tested-by: Michael Meeks <[email protected]>

diff --git a/common/Log.cpp b/common/Log.cpp
index 18a0137f5..00d047e86 100644
--- a/common/Log.cpp
+++ b/common/Log.cpp
@@ -174,7 +174,10 @@ namespace Log
             }
         }
         else if (withColor)
+        {
             channel = static_cast<Poco::Channel*>(new 
Poco::ColorConsoleChannel());
+            channel->setProperty("traceColor", "green");
+        }
         else
             channel = static_cast<Poco::Channel*>(new Poco::ConsoleChannel());
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to