mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
* follow up of debug session, added failure/success to status message * return status messages instead of directly logging in functions returning CStatusMessage. * Ignore empty preformatted messages. * new log category
This commit is contained in:
committed by
Mathew Sutcliffe
parent
f490504f52
commit
144ba62572
@@ -113,6 +113,9 @@ namespace BlackMisc
|
||||
Distributed //!< Distributed among multiple processes.
|
||||
};
|
||||
|
||||
//! Log categories
|
||||
static const CLogCategoryList &getLogCategories();
|
||||
|
||||
//! Constructor.
|
||||
//! \param mode Whether or not the cache can be distributed among multiple processes.
|
||||
//! \param parent The parent of the QObject.
|
||||
|
||||
Reference in New Issue
Block a user