Class DiagnosticEventAuditLogger

  • All Implemented Interfaces:
    IAuditLogger

    public class DiagnosticEventAuditLogger
    extends java.lang.Object
    implements IAuditLogger
    • Constructor Summary

      Constructors 
      Constructor Description
      DiagnosticEventAuditLogger​(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

      • DiagnosticEventAuditLogger

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