Package TwilightMinds.Log

Class Summary
EntryType An EntryType object records a type of LogEntry that has an identifying name and is written to a specific Log.
FlatFileLog The FlatFileLog writes to a string-delimited flat file, as might be expected.
Log An instance of the Log abstract class provides the functionality to represent a single log.
LogEntry An object of the LogEntry class holds the information needed for a single entry into a Log.
LogManager 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.
 

Exception Summary
LogException The standard exception used in the TwilightMinds.Log package.