Addded log categories / human readable pattern

This commit is contained in:
Klaus Basan
2016-06-24 23:19:28 +02:00
parent 488d437a2a
commit dc02ff2d0c
8 changed files with 70 additions and 20 deletions

View File

@@ -13,6 +13,7 @@
#define BLACKMISC_WORKER_H
#include "blackmisc/blackmiscexport.h"
#include "blackmisc/logcategorylist.h"
#include "blackmisc/invoke.h"
#include "blackmisc/stacktrace.h"
#include "blackmisc/variant.h"
@@ -110,6 +111,9 @@ namespace BlackMisc
Q_OBJECT
public:
//! Log categories
static const CLogCategoryList &getLogCategories();
//! Connects to a functor or method which will be called when the task is finished.
//! \threadsafe
template <typename T, typename F>