[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdev-python] /: Streamline logging categories
From:       Kevin Funk <kfunk () kde ! org>
Date:       2016-11-30 20:17:34
Message-ID: E1cCBJu-0000av-Em () code ! kde ! org
[Download RAW message or body]

Git commit 7eb15adfdfce325fce6c91a7d7dfed9988e36897 by Kevin Funk.
Committed on 30/11/2016 at 20:17.
Pushed by kfunk into branch 'master'.

Streamline logging categories

M  +1    -1    codecompletion/codecompletiondebug.cpp
M  +1    -1    codegen/codegendebug.cpp
M  +1    -1    debugger/debuggerdebug.cpp
M  +1    -1    duchain/duchaindebug.cpp
M  +1    -1    parser/parserdebug.cpp

https://commits.kde.org/kdev-python/7eb15adfdfce325fce6c91a7d7dfed9988e36897

diff --git a/codecompletion/codecompletiondebug.cpp b/codecompletion/codecompletiondebug.cpp
index 3f089c1..9fcadb8 100644
--- a/codecompletion/codecompletiondebug.cpp
+++ b/codecompletion/codecompletiondebug.cpp
@@ -18,6 +18,6 @@
 */
 
 #include "codecompletiondebug.h"
-Q_LOGGING_CATEGORY(KDEV_PYTHON_CODECOMPLETION, "kdev.python.codecompletion")
+Q_LOGGING_CATEGORY(KDEV_PYTHON_CODECOMPLETION, "kdevelop.languages.python.codecompletion")
 
 
diff --git a/codegen/codegendebug.cpp b/codegen/codegendebug.cpp
index 67f6334..ca73b11 100644
--- a/codegen/codegendebug.cpp
+++ b/codegen/codegendebug.cpp
@@ -18,6 +18,6 @@
 */
 
 #include "codegendebug.h"
-Q_LOGGING_CATEGORY(KDEV_PYTHON_CODEGEN, "kdev.python.codegen")
+Q_LOGGING_CATEGORY(KDEV_PYTHON_CODEGEN, "kdevelop.languages.python.codegen")
 
 
diff --git a/debugger/debuggerdebug.cpp b/debugger/debuggerdebug.cpp
index 057f189..b3279e8 100644
--- a/debugger/debuggerdebug.cpp
+++ b/debugger/debuggerdebug.cpp
@@ -18,6 +18,6 @@
 */
 
 #include "debuggerdebug.h"
-Q_LOGGING_CATEGORY(KDEV_PYTHON_DEBUGGER, "kdev.python.debugger")
+Q_LOGGING_CATEGORY(KDEV_PYTHON_DEBUGGER, "kdevelop.languages.python.debugger")
 
 
diff --git a/duchain/duchaindebug.cpp b/duchain/duchaindebug.cpp
index f31df9a..2427a38 100644
--- a/duchain/duchaindebug.cpp
+++ b/duchain/duchaindebug.cpp
@@ -18,6 +18,6 @@
 */
 
 #include "duchaindebug.h"
-Q_LOGGING_CATEGORY(KDEV_PYTHON_DUCHAIN, "kdev.python.duchain")
+Q_LOGGING_CATEGORY(KDEV_PYTHON_DUCHAIN, "kdevelop.languages.python.duchain")
 
 
diff --git a/parser/parserdebug.cpp b/parser/parserdebug.cpp
index 429fca3..ec1e29e 100644
--- a/parser/parserdebug.cpp
+++ b/parser/parserdebug.cpp
@@ -18,6 +18,6 @@
 */
 
 #include "parserdebug.h"
-Q_LOGGING_CATEGORY(KDEV_PYTHON_PARSER, "kdev.python.parser")
+Q_LOGGING_CATEGORY(KDEV_PYTHON_PARSER, "kdevelop.languages.python.parser")
 
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic