# Functions
NewLogManager creates a new instance of LogManager and initializes its namespace map by reading any existing log files.
# Structs
LogManager provides writers the ability to track offsets associated with processed messages.
MockManager implements offset.Manager for use in tests.
Offset defines the structure a writer needs to supply for tracking.
# Interfaces
Manager defines the necessary functions for providing the ability to manage offsets associated with a commitlog.CommitLog.