Performs threshold checks and invokes filters before delegating actual logging to the subclasses specific Append method.
This method cannot be overridden by derived classes. A derived class should override the Append method which is called by this method.
The implementation of this method is as follows:
true
.
If all of the above steps succeed then the loggingEvent will be passed to the abstract Append method.
AppenderSkeleton Class | log4net.Appender Namespace | AppenderSkeleton.DoAppend Overload List