Logger CallAppenders Method Apache log4net™ SDK Documentation
Deliver the LoggingEvent to the attached appenders.

Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

protected virtual void CallAppenders(
	LoggingEvent loggingEvent
)
Remarks

Call the appenders in the hierarchy starting at this. If no appenders could be found, emit a warning.

This method calls all the appenders inherited from the hierarchy circumventing any evaluation of whether to log or not to log the particular log request.

See Also