Interface AuditEventLoggerBasicEx

All Superinterfaces:
AuditEventLoggerBasic
All Known Implementing Classes:
AuditEventLoggerBasicEx.Null, JettyServerAuditEventLogger

public interface AuditEventLoggerBasicEx extends AuditEventLoggerBasic
A simple interface that hides the context necessary for creating and logging AuditEvents. Useful so that callers are only responsible for the core parts of the event, namely AuditEvent.getEvent() and AuditEvent.getDetails(), with optional user context and table names.