Package org.apache.zookeeper.audit
Interface AuditLogger
- All Known Implementing Classes:
Slf4jAuditLogger
public interface AuditLogger
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidCalled during initialization of the logger.voidlogAuditEvent(AuditEvent auditEvent) Called to log an audit event.
-
Method Details
-
initialize
default void initialize()Called during initialization of the logger. -
logAuditEvent
Called to log an audit event.- Parameters:
auditEvent- contains all the fields to be logged
-