aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/logging
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2017-07-31 13:04:26 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2017-08-02 07:52:59 +0000
commit2a809e990db0fa3ba7a57132bf5b5b70a3fbf98d (patch)
treed5a534019365bd348e4c3d8fdef2f62273f253e6 /src/lib/corelib/logging
parent733aa0eb6bc049e2486ca74b18a59b4c36a5353a (diff)
Use categorized logging in plugin manager
Change-Id: I1196e1594308ca56c59c261bdd4332c64ef1672a 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 4d6fb55cf..5addfa19a 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(lcPluginManager, "qbs.pluginmanager", QtCriticalMsg)
Q_LOGGING_CATEGORY(lcUpToDateCheck, "qbs.uptodate", QtCriticalMsg)
} // namespace Internal
diff --git a/src/lib/corelib/logging/categories.h b/src/lib/corelib/logging/categories.h
index b29afe504..1af2a7d38 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(lcPluginManager)
Q_DECLARE_LOGGING_CATEGORY(lcUpToDateCheck)
} // namespace Internal