Defines a logger for managing system logging output
For a list of all members of this type, see ILog Members .
public interface ILog
Types that implement ILog
Type | Description |
---|---|
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. |
Requirements
Namespace: OpenPop.Common.Logging
Assembly: OpenPop (in OpenPop.dll)
See Also
ILog Members | OpenPop.Common.Logging Namespace