aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/logging
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2017-07-31 13:24:12 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2017-08-02 07:53:06 +0000
commitc6e278c9ea5cc5ea1525f78d94c3f923f44a7168 (patch)
treea1ad990c67728c5dbbe1aa20cf4a4aaad267e8ce /src/lib/corelib/logging
parent7fe9e0d6ee8aed371607fc85127b340ddd37d610 (diff)
Use categorized logging in ModuleLoader
Change-Id: I0379366eb745ce5c5ff2ba90e6c1eeae70ec3624 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/lib/corelib/logging')
-rw-r--r--src/lib/corelib/logging/categories.cpp1
-rw-r--r--src/lib/corelib/logging/categories.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/corelib/logging/categories.cpp b/src/lib/corelib/logging/categories.cpp
index 282f3e657..0f844f5b4 100644
--- a/src/lib/corelib/logging/categories.cpp
+++ b/src/lib/corelib/logging/categories.cpp
@@ -46,6 +46,7 @@ Q_LOGGING_CATEGORY(lcBuildGraph, "qbs.buildgraph", QtCriticalMsg)
Q_LOGGING_CATEGORY(lcDepScan, "qbs.depscan", QtCriticalMsg)
Q_LOGGING_CATEGORY(lcExec, "qbs.exec", QtCriticalMsg)
Q_LOGGING_CATEGORY(lcMocScan, "qbs.mocscan", QtCriticalMsg)
+Q_LOGGING_CATEGORY(lcModuleLoader, "qbs.moduleloader", QtCriticalMsg)
Q_LOGGING_CATEGORY(lcPluginManager, "qbs.pluginmanager", QtCriticalMsg)
Q_LOGGING_CATEGORY(lcProjectResolver, "qbs.projectresolver", QtCriticalMsg)
Q_LOGGING_CATEGORY(lcUpToDateCheck, "qbs.uptodate", QtCriticalMsg)
diff --git a/src/lib/corelib/logging/categories.h b/src/lib/corelib/logging/categories.h
index 4766df731..40c69845e 100644
--- a/src/lib/corelib/logging/categories.h
+++ b/src/lib/corelib/logging/categories.h
@@ -49,6 +49,7 @@ Q_DECLARE_LOGGING_CATEGORY(lcBuildGraph)
Q_DECLARE_LOGGING_CATEGORY(lcDepScan)
Q_DECLARE_LOGGING_CATEGORY(lcExec)
Q_DECLARE_LOGGING_CATEGORY(lcMocScan)
+Q_DECLARE_LOGGING_CATEGORY(lcModuleLoader)
Q_DECLARE_LOGGING_CATEGORY(lcPluginManager)
Q_DECLARE_LOGGING_CATEGORY(lcProjectResolver)
Q_DECLARE_LOGGING_CATEGORY(lcUpToDateCheck)