Package org.infinispan.security.audit

Class LoggingAuditLogger

  • All Implemented Interfaces:
    AuditLogger

    public class LoggingAuditLogger
    extends Object
    implements AuditLogger
    LoggingAuditLogger. A simple AuditLogger which send audit messages to a named logger "org.infinispan.AUDIT"
    Since:
    7.0
    Author:
    Tristan Tarrant
    Public API