Class NopAuditEngine

java.lang.Object
com.aquima.interactions.foundation.logging.audit.NopAuditEngine
All Implemented Interfaces:
IAuditEngine

public class NopAuditEngine extends Object implements IAuditEngine
  • Constructor Details

    • NopAuditEngine

      public NopAuditEngine()
  • Method Details

    • audit

      public void audit(Supplier<IAuditMessage> auditMessage)
      Description copied from interface: IAuditEngine
      Logs a message to the audit logger. To log an audit message is to create a trail of events of what a certain user has done inside an application. It is up to the developer to decide in what place to log an audit message.
      Specified by:
      audit in interface IAuditEngine
      Parameters:
      auditMessage - the message to log