Holds interfaces and classes used when the OpenPop library needs to log messages.
Classes
Class | Description |
---|---|
DefaultLogger | This is the log that all logging will go trough. |
DiagnosticsLogger | This logging object writes application error and debug output using the Trace facilities. |
FileLogger | This logging object writes application error and debug output to a text file. |
Interfaces
Interface | Description |
---|---|
ILog | Defines a logger for managing system logging output |