public interface IAuditLogger
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled() |
void |
log(AuditLogEntry auditLogEntry)
Logs AuditLogEntry.
|
void |
stop()
Stop and cleanup any resources of IAuditLogger implementations.
|
boolean isEnabled()
void log(AuditLogEntry auditLogEntry)
stop()
,
hence implementations need to handle the race condition.void stop()
log(AuditLogEntry)
might be called after being stopped.Copyright © 2009-2022 The Apache Software Foundation