mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Addded log categories / human readable pattern
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
#include "blackcore/settings/reader.h"
|
||||
#include "blackcore/blackcoreexport.h"
|
||||
#include "blackmisc/logcategorylist.h"
|
||||
#include "blackmisc/worker.h"
|
||||
|
||||
#include <QDateTime>
|
||||
@@ -32,6 +33,9 @@ namespace BlackCore
|
||||
class BLACKCORE_EXPORT CThreadedReader : public BlackMisc::CContinuousWorker
|
||||
{
|
||||
public:
|
||||
//! Log categories
|
||||
static const BlackMisc::CLogCategoryList &getLogCategories();
|
||||
|
||||
//! Destructor
|
||||
virtual ~CThreadedReader();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user