log4net SDK Reference

Logger.CallAppenders Method 

Deliver the LoggingEvent to the attached appenders.

[Visual Basic]
Overridable Protected Sub CallAppenders( _
   ByVal loggingEvent As LoggingEvent _
)
[C#]
protected virtual void CallAppenders(
   LoggingEvent loggingEvent
);

Parameters

loggingEvent
The event to log.

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

Logger Class | log4net.Repository.Hierarchy Namespace