Interface IAuditLogger

    • Method Detail

      • isEnabled

        boolean isEnabled()
      • log

        void log​(AuditLogEntry auditLogEntry)
        Logs AuditLogEntry. This method might be called after stop(), hence implementations need to handle the race condition.
      • stop

        void stop()
        Stop and cleanup any resources of IAuditLogger implementations. Please note that log(AuditLogEntry) might be called after being stopped.