| Package | Description |
|---|---|
| org.jwall.web.audit.io |
This package contains the interfaces and classes that are used to read
event from various sources or write audit-event to files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuditLogFileWriter
This is a persistence-thread which listens for events and writes them to a file.
|
class |
BufferedAuditEventWriter
This class implements a simple persistency thread.
|
class |
ConcurrentAuditWriter
This class implements a simple writer that writes audit-events in
the concurrent log format of modsecurity.
|
class |
ModSecurity2AuditWriter
This simple writer creates an audit-log file in the format of the ModSecurity2 audit-log.
|
| Constructor and Description |
|---|
BufferedAuditEventWriter(AuditEventWriter wr)
This creates a new buffered event-writer that uses the given
event-writer implementation to write audit-events to disk.
|
Copyright © 2015 jwall.org. All Rights Reserved.