Class Slf4jAuditLogger

  • All Implemented Interfaces:
    AuditLogger

    public class Slf4jAuditLogger
    extends java.lang.Object
    implements AuditLogger
    Slf4j based audit logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void logAuditEvent​(AuditEvent auditEvent)
      Called to log an audit event.
      • Methods inherited from class java.lang.Object

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

      • Slf4jAuditLogger

        public Slf4jAuditLogger()
    • Method Detail

      • logAuditEvent

        public void logAuditEvent​(AuditEvent auditEvent)
        Description copied from interface: AuditLogger
        Called to log an audit event.
        Specified by:
        logAuditEvent in interface AuditLogger
        Parameters:
        auditEvent - contains all the fields to be logged