Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ForwardingAppender.Append�Method�(LoggingEvent[])

Forward the logging events to the attached appenders

[Visual�Basic]
Overrides�Overloads�Protected�Sub�Append( _
���ByVal loggingEvents�As�LoggingEvent()�_
)
[C#]
protected�override�void�Append(
���LoggingEvent[]loggingEvents
);

Parameters

loggingEvents
The array of events to log.

Remarks

Delivers the logging events to all the attached appenders.

See Also

ForwardingAppender Class | log4net.Appender Namespace | ForwardingAppender.Append Overload List