Interface BaseLogEntryProvider
- All Known Implementing Classes:
LogEntryProvider
Deprecated, for removal: This API element is subject to removal in a future version.
Minimal interface extracted to be able to share some code inside the
AbstractAuditBackend- Author:
- tiry
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddLogEntry(LogEntry entry) Deprecated, for removal: This API element is subject to removal in a future version.intremoveEntries(String eventId, String pathPattern) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
addLogEntry
Deprecated, for removal: This API element is subject to removal in a future version. -
removeEntries
Deprecated, for removal: This API element is subject to removal in a future version.
-
AuditBackendhas all necessary APIs