Class FileAuditLogger

  • All Implemented Interfaces:
    IAuditLogger

    public class FileAuditLogger
    extends java.lang.Object
    implements IAuditLogger
    Synchronous, file-based audit logger; just uses the standard logging mechansim.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.slf4j.Logger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileAuditLogger​(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 auditLogEntry)
      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
    • Field Detail

      • logger

        protected static final org.slf4j.Logger logger
    • Constructor Detail

      • FileAuditLogger

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