Package org.apache.activemq.broker.util
Class AuditLogService
- java.lang.Object
-
- org.apache.activemq.broker.util.AuditLogService
-
public class AuditLogService extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuditLogService
getAuditLog()
void
log(AuditLogEntry entry)
void
setFactory(AuditLogFactory factory)
-
-
-
Method Detail
-
getAuditLog
public static AuditLogService getAuditLog()
-
log
public void log(AuditLogEntry entry)
-
setFactory
public void setFactory(AuditLogFactory factory)
-
-