mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #708 Human-readable name for the "default" category used by QMessageLogger (e.g. qWarning).
The empty category is technically different, indicates a direct call to qt_message_output (e.g. qErrnoWarning).
This commit is contained in:
@@ -43,7 +43,8 @@ namespace BlackMisc
|
||||
{ "startup phase", exactMatch(CLogCategory::startup()) },
|
||||
{ "swift DB webservice related", exactMatch(CLogCategory::swiftDbWebservice()) },
|
||||
{ "Qt library", startsWith("qt.") },
|
||||
{ "uncategorized (other)", empty() }
|
||||
{ "uncategorized (default)", exactMatch("default") },
|
||||
{ "uncategorized (none)", empty() }
|
||||
};
|
||||
return patterns;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user