ch.qos.logback.audit.persistent
Class NullAEShaper

java.lang.Object
  extended by ch.qos.logback.audit.persistent.NullAEShaper
All Implemented Interfaces:
AuditEventShaper

public class NullAEShaper
extends Object
implements AuditEventShaper


Constructor Summary
NullAEShaper()
           
 
Method Summary
 void shape(AuditEvent auditEvent)
          Shape auditEvent so that it is compatible with the target RDBMS.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullAEShaper

public NullAEShaper()
Method Detail

shape

public void shape(AuditEvent auditEvent)
Description copied from interface: AuditEventShaper
Shape auditEvent so that it is compatible with the target RDBMS.

Specified by:
shape in interface AuditEventShaper


Copyright © 2013. All Rights Reserved.