Package org.apache.zookeeper.audit
Class Slf4jAuditLogger
java.lang.Object
org.apache.zookeeper.audit.Slf4jAuditLogger
- All Implemented Interfaces:
AuditLogger
Slf4j based audit logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlogAuditEvent(AuditEvent auditEvent) Called to log an audit event.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.zookeeper.audit.AuditLogger
initialize
-
Constructor Details
-
Slf4jAuditLogger
public Slf4jAuditLogger()
-
-
Method Details
-
logAuditEvent
Description copied from interface:AuditLoggerCalled to log an audit event.- Specified by:
logAuditEventin interfaceAuditLogger- Parameters:
auditEvent- contains all the fields to be logged
-