Override this method to use a different method than WriteInternal for writing log events to the underlying log system.
Usually you don't need to override thise method. The default implementation returns null
to indicate that the default handler WriteInternal should be used.
AbstractLogger Class | Common.Logging.Factory Namespace