Class BinAuditLogger

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BinAuditLogger.Message  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEnabled()  
      void log​(AuditLogEntry auditLogEntry)
      Logs AuditLogEntry.
      void stop()
      Stop the audit log leaving behind any generated files.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BinAuditLogger

        public BinAuditLogger​(AuditLogOptions auditLoggingOptions)
      • BinAuditLogger

        public BinAuditLogger​(java.util.Map<java.lang.String,​java.lang.String> params)
    • Method Detail

      • stop

        public void stop()
        Stop the audit log leaving behind any generated files.
        Specified by:
        stop in interface IAuditLogger