Adds initial serial audit logging support

Serial logging following the format used on ModSecurity 2.9.
This commit is contained in:
Felipe Zimmerle
2015-07-13 14:11:09 -03:00
parent 001d5ebf7f
commit 96a777a5cf
7 changed files with 639 additions and 2 deletions

View File

@@ -152,6 +152,7 @@ class Assay {
int httpCodeReturned;
std::string to_json(int parts);
std::string toOldAuditLogFormat(int parts, const std::string &trailer);
std::string id;
time_t timeStamp;