Common Logging 2.0 API Reference

AbstractLogger.GetWriteHandler Method

Override this method to use a different method than WriteInternal for writing log events to the underlying log system.

[Visual Basic]
Protected Overridable Sub GetWriteHandler()
[C#]
protected virtual WriteHandler GetWriteHandler();

Remarks

Usually you don't need to override thise method. The default implementation returns null to indicate that the default handler WriteInternal should be used.

See Also

AbstractLogger Class | Common.Logging.Factory Namespace