DotNext.IO.Log
Namespace with 10 public types
Classes
IntegrityException
Indicates that the audit trail is corrupted.
LogEntryProducer`1
Represents default implementation of backed by the list
of the log entries.
Structures
LogEntryConsumer`2
Represents unified representation of various types of log entry readers.
Enumerations
LogEntryReadOptimizationHint
Represents read hint that can help audit trail to optimize
read operations.
Interfaces
IAuditTrail
Represents audit trail responsible for maintaining log entries.
IAuditTrail`1
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`2
Represents the reader of the log entries.
ILogEntryProducer`1
Represents supplier of log entries.