Namespace DotNext.IO.Log
Classes
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.
ILogEntry
Represents log entry in the audit trail.
ILogEntryConsumer<TEntry, TResult>
Represents reader of the log entries.
ILogEntryProducer<TEntry>
Represents supplier of log entries.