Class NoOpAuditLogger

  • All Implemented Interfaces:
    IAuditLogger

    public class NoOpAuditLogger
    extends java.lang.Object
    implements IAuditLogger
    No-Op implementation of IAuditLogger to be used as a default audit logger when audit logging is disabled.
    • Constructor Summary

      Constructors 
      Constructor Description
      NoOpAuditLogger​(java.util.Map<java.lang.String,​java.lang.String> params)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEnabled()  
      void log​(AuditLogEntry logMessage)
      Logs AuditLogEntry.
      void stop()
      Stop and cleanup any resources of IAuditLogger implementations.
      • Methods inherited from class java.lang.Object

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

      • NoOpAuditLogger

        public NoOpAuditLogger​(java.util.Map<java.lang.String,​java.lang.String> params)