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