mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Adds support to SecAuditLogParts
This commit is contained in:
@@ -33,7 +33,7 @@ std::string AuditLogWriter::file_name(const std::string& unique_id) {
|
||||
* Temporary print the log into the std::cout to debug purposes.
|
||||
*
|
||||
*/
|
||||
bool AuditLogWriter::write(Assay *assay) {
|
||||
bool AuditLogWriter::write(Assay *assay, int parts) {
|
||||
std::cout << assay->to_json(0) << std::endl;
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user