ch.qos.logback.audit.persistent
Class SQLServerAEShaper

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

public class SQLServerAEShaper
extends Object
implements AuditEventShaper


Constructor Summary
SQLServerAEShaper()
           
 
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

SQLServerAEShaper

public SQLServerAEShaper()
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.