Add ability to filter log messages by type.

This commit is contained in:
sledgehammer999
2016-01-24 21:38:45 +02:00
parent 9edbbb6473
commit 0619aacf1f
10 changed files with 194 additions and 46 deletions

View File

@@ -301,6 +301,8 @@ public:
// Execution Log
bool isExecutionLogEnabled() const;
void setExecutionLogEnabled(bool b);
int executionLogMessageTypes() const;
void setExecutionLogMessageTypes(const int &value);
// Queueing system
bool isQueueingSystemEnabled() const;