Interface Logs<L extends LogEntry>

Type Parameters:
L - to give the log entry type for the new AuditBackend interface that defines a new entry type.
All Superinterfaces:
AuditAdmin, AuditLogger<L>, AuditReader<L>
All Known Subinterfaces:
AuditBackend, AuditBackend<L>, LogsRemote
All Known Implementing Classes:
AbstractAuditBackend, AbstractAuditBackend, DefaultAuditBackend, MemAuditBackend, MongoDBAuditBackend, OpenSearchAuditBackend, SQLAuditBackend

@Deprecated(since="2025.0", forRemoval=true) public interface Logs<L extends LogEntry> extends AuditReader<L>, AuditLogger<L>, AuditAdmin
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, use AuditBackend instead
Logs interface.
Author:
Julien Anguenot
See Also: