OpenPop.NET POP3 Library Documentation

DefaultLogger.Log Property

This is the logger used by all logging methods in the assembly.
You can override this if you want, to move logging to one of your own logging implementations.

By default a DiagnosticsLogger is used.

public static ILog Log { public get; private set; }

See Also

DefaultLogger Class | OpenPop.Common.Logging Namespace