The LogManager class keeps track of any aribitrary Log objects and
allows easily formatted and synchronized recording of LogEntry objects of
various EntryTypes to any of the Logs.
This abstract method must be overwritten in child classes to provide
an implementation for writing the LogEntry information to a store,
be that file, database, etc, etc.