# Functions
MakeStore returns a new store that will hold up to max entries, overwriting the oldest entry when over the capacity returned hook should be registered in logrus master logger to store log entries.
# Constants
LogRealLineKey is a key in the log entry that denotes real log line number in the total log (not limited by capacity of runtime log store).
# Interfaces
Store is in-memory log store that returns all logs as a single string.