Package org.apache.zookeeper.audit
Class Slf4jAuditLogger
- java.lang.Object
- 
- org.apache.zookeeper.audit.Slf4jAuditLogger
 
- 
- All Implemented Interfaces:
- AuditLogger
 
 public class Slf4jAuditLogger extends Object implements AuditLogger Slf4j based audit logger
- 
- 
Constructor SummaryConstructors Constructor Description Slf4jAuditLogger()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlogAuditEvent(AuditEvent auditEvent)Called to log an audit event.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.zookeeper.audit.AuditLoggerinitialize
 
- 
 
- 
- 
- 
Method Detail- 
logAuditEventpublic void logAuditEvent(AuditEvent auditEvent) Description copied from interface:AuditLoggerCalled to log an audit event.- Specified by:
- logAuditEventin interface- AuditLogger
- Parameters:
- auditEvent- contains all the fields to be logged
 
 
- 
 
-