mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
refs #526, category/statusmessage
* new categories * utility functions in status message
This commit is contained in:
@@ -22,7 +22,9 @@ namespace BlackMisc
|
||||
{ "swift contexts", exactMatch(CLogCategory::context()) },
|
||||
{ "swift context slots", exactMatch(CLogCategory::contextSlot()) },
|
||||
{ "swift GUI", exactMatch(CLogCategory::guiComponent()) },
|
||||
{ "swift downloads", exactMatch(CLogCategory::download()) },
|
||||
{ "downloading data", exactMatch(CLogCategory::download()) },
|
||||
{ "webservice related", exactMatch(CLogCategory::webservice()) },
|
||||
{ "swift DB webservice related", exactMatch(CLogCategory::swiftDbWebservice()) },
|
||||
{ "Qt library", startsWith("qt.") },
|
||||
{ "uncategorized (other)", empty() }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user