public interface AuditLogger
Modifier and Type | Method and Description |
---|---|
default void |
initialize()
Called during initialization of the logger.
|
void |
logAuditEvent(AuditEvent auditEvent)
Called to log an audit event.
|
default void initialize()
void logAuditEvent(AuditEvent auditEvent)
auditEvent
- contains all the fields to be loggedCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.