Package org.apache.solr.security
Interface AuditLoggerPlugin.AuditEventFormatter
-
- All Known Implementing Classes:
AuditLoggerPlugin.JSONAuditEventFormatter
- Enclosing class:
- AuditLoggerPlugin
public static interface AuditLoggerPlugin.AuditEventFormatter
Interface for formatting the event
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
formatEvent(AuditEvent event)
-
-
-
Method Detail
-
formatEvent
String formatEvent(AuditEvent event)
-
-