Adds actions 'auditlog' and 'noauditlog'

This commit is contained in:
Felipe Zimmerle
2015-07-03 14:17:08 -03:00
parent 71eb27bbe9
commit e44d6e280d
7 changed files with 160 additions and 1 deletions

View File

@@ -127,6 +127,9 @@ class Assay {
void debug(int, std::string);
std::vector<actions::Action *> actions;
bool save_in_auditlog;
bool do_not_save_in_auditlog;
private:
std::ofstream myfile;
Rules *m_rules;