Class LoggingAuditLogger

java.lang.Object
org.infinispan.security.audit.LoggingAuditLogger
All Implemented Interfaces:
AuditLogger
Direct Known Subclasses:
LoggingAuditLogger

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