ch.qos.logback.audit.persistent
Interface AuditEventShaper

All Known Implementing Classes:
NullAEShaper, SQLServerAEShaper

public interface AuditEventShaper

Shapes audit event so that they are compatible with the target RDBMS.

Author:
ceki

Method Summary
 void shape(AuditEvent auditEvent)
          Shape auditEvent so that it is compatible with the target RDBMS.
 

Method Detail

shape

void shape(AuditEvent auditEvent)
Shape auditEvent so that it is compatible with the target RDBMS.



Copyright © 2013. All Rights Reserved.