Package com.illumon.util.audit
Interface AuditEventLoggerBasicEx
- All Superinterfaces:
AuditEventLoggerBasic
- All Known Implementing Classes:
AuditEventLoggerBasicEx.Null
,JettyServerAuditEventLogger
A simple interface that hides the context necessary for creating and logging
AuditEvent
s. 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.-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface com.illumon.util.audit.AuditEventLoggerBasic
log
-
Method Details
-
log
-
log
void log(@Nullable UserContext user, @Nullable String namespace, @Nullable String tableName, String event, String details) -
basicAuditEventBuilder
-