org.jwall.web.audit.io
Interface AuditEventWriter

All Known Implementing Classes:
AuditLogFileWriter, BufferedAuditEventWriter, ConcurrentAuditWriter, ModSecurity2AuditWriter

public interface AuditEventWriter

This interface defines the methods all AuditEvent persistence-classes have to implement.

Author:
Christian Bockermann <chris@jwall.org>

Method Summary
 void writeEvent(AuditEvent evt)
           
 

Method Detail

writeEvent

void writeEvent(AuditEvent evt)
                throws IOException
Throws:
IOException


Copyright © 2012 jwall.org. All Rights Reserved.