public class DiagnosticEventAuditLogger extends java.lang.Object implements IAuditLogger
| Constructor and Description |
|---|
DiagnosticEventAuditLogger() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enabled() |
void |
log(AuditLogEntry logMessage)
Logs AuditLogEntry.
|
void |
stop()
Stop and cleanup any resources of IAuditLogger implementations.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpathpublic void log(AuditLogEntry logMessage)
IAuditLoggerIAuditLogger.stop(),
hence implementations need to handle the race condition.log in interface IAuditLoggerpublic boolean enabled()
enabled in interface IAuditLoggerpublic void stop()
IAuditLoggerIAuditLogger.log(AuditLogEntry) might be called after being stopped.stop in interface IAuditLoggerCopyright © 2009-2019 The Apache Software Foundation