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 TypeMethodDescriptionvoid
addLogEntry
(LogEntry entry) Deprecated, for removal: This API element is subject to removal in a future version.int
removeEntries
(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.
-
AuditBackend
has all necessary APIs