|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jwall.web.audit.io.ModSecurity2AuditWriter
public class ModSecurity2AuditWriter
This simple writer creates an audit-log file in the format of the ModSecurity2 audit-log.
| Constructor Summary | |
|---|---|
ModSecurity2AuditWriter(java.io.File file)
|
|
| Method Summary | |
|---|---|
void |
writeEvent(AuditEvent evt)
Simply append an audit-event entry to the file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModSecurity2AuditWriter(java.io.File file)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void writeEvent(AuditEvent evt)
throws java.io.IOException
writeEvent in interface AuditEventWriterevt - The audit-event to be written.
java.io.IOException - In case an IO-error occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||