Namespace NFX.Log.Bin
Classes
BinLogException
Base exception thrown by the binlog-related framework
LogCorruption
Denotes a special surrogate structure that indicates log corruption
LogReader
Provides abstraction for binary object log readers. Use Open(stream method) to obtain the instance of the reader type appropriate for particular content. This class is NOT thread safe
LogUTCTimeStamp
Denotes a special surrogate structure that wraps DatTime in log. These structures get inserted in log automatically by binary log writers to indicate te point in time
LogWriter
SlimLogReader
Reads bin log in Slim format. The format does not support object versioning however it is very efficient in both space and speed
SlimLogWriter
Writes bin log in Slim format. The format does not support object versioning however it is very efficient in both space and speed
Interfaces
ILogMetadata
Denotes entities that represent metadata - extra information about data such as timestamps and corruptions