mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 02:10:36 +03:00
Added audit log header
This commit is contained in:
@@ -157,6 +157,7 @@ class AuditLog {
|
||||
bool setFilePath1(const std::basic_string<char>& path);
|
||||
bool setFilePath2(const std::basic_string<char>& path);
|
||||
bool setStorageDir(const std::basic_string<char>& path);
|
||||
bool setHeader(const std::basic_string<char>& header);
|
||||
bool setFormat(AuditLogFormat fmt);
|
||||
|
||||
int getDirectoryPermission() const;
|
||||
@@ -185,6 +186,7 @@ class AuditLog {
|
||||
std::string m_path1;
|
||||
std::string m_path2;
|
||||
std::string m_storage_dir;
|
||||
std::string m_header;
|
||||
|
||||
AuditLogFormat m_format;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user