Changes the default logging to log to a new logger
Parameters
- newLogger
- The new logger to use to send log messages to
Exceptions
Exception Type | Condition |
---|---|
ArgumentNullException | Never set this to a null reference. Instead you should implement a NullLogger which just does nothing. |
See Also
DefaultLogger Class | OpenPop.Common.Logging Namespace