mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
refs #336 Added class CLogCategory to represent a log category. The category logic of CLogMessage is moved into this new class.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace BlackMisc
|
||||
CStatusMessageList(const CSequence<CStatusMessage> &other);
|
||||
|
||||
//! Find by type
|
||||
CStatusMessageList findByCategory(const QString &category) const;
|
||||
CStatusMessageList findByCategory(const CLogCategory &category) const;
|
||||
|
||||
//! Find by severity
|
||||
CStatusMessageList findBySeverity(CStatusMessage::StatusSeverity severity) const;
|
||||
|
||||
Reference in New Issue
Block a user