Package com.illumon.util.audit
Interface AuditEventLoggerBasic
- All Known Implementing Classes:
AuditEventLoggerBasic.Null
public interface AuditEventLoggerBasic
An 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()
.-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AuditEventLoggerBasic.Null
-
Method Summary