Namespace DotNext.IO.Log
Classes
IntegrityException
Indicates that the audit trail is corrupted.
LogEntryProducer<TEntry>
Represents default implementation of ILogEntryProducer<TEntry> backed by the list of the log entries.
Interfaces
IAuditTrail
Represents audit trail responsible for maintaining log entries.
IAuditTrail<TEntry>
Represents audit trail responsible for maintaining log entries.
ILogCompactionSupport
Represents audit trail that supports background compaction of committed log entries.
ILogEntry
Represents log entry in the audit trail.
ILogEntryConsumer<TEntry, TResult>
Represents the reader of the log entries.
ILogEntryProducer<TEntry>
Represents supplier of log entries.