mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
refs #883, new log categories
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d980f99300
commit
4ef64e4e22
@@ -44,6 +44,10 @@ namespace BlackMisc
|
||||
{ "webservice related", exactMatch(CLogCategory::webservice()) },
|
||||
{ "startup phase", exactMatch(CLogCategory::startup()) },
|
||||
{ "swift DB webservice related", exactMatch(CLogCategory::swiftDbWebservice()) },
|
||||
{ "swift core", exactMatch(CLogCategory::swiftCore()) },
|
||||
{ "swift data tool", exactMatch(CLogCategory::swiftDataTool()) },
|
||||
{ "swift pilot client", exactMatch(CLogCategory::swiftPilotClient()) },
|
||||
|
||||
{ "Qt library", startsWith("qt.") },
|
||||
{ "uncategorized (default)", exactMatch("default") },
|
||||
{ "uncategorized (none)", empty() }
|
||||
|
||||
Reference in New Issue
Block a user