Interface AuditEventLoggerBasic

All Known Implementing Classes:
AuditEventLoggerBasic.Null

public interface AuditEventLoggerBasic
An 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().
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  AuditEventLoggerBasic.Null  
  • Method Summary

    Modifier and Type Method Description
    void log​(String event, String details)