Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

RemotingAppender.IRemoteLoggingSink.LogEvents�Method�

Delivers logging events to the remote sink

[Visual�Basic]
Sub�LogEvents( _
���ByVal events�As�LoggingEvent()�_
)
[C#]
void�LogEvents(
���LoggingEvent[]events
);

Parameters

events
Array of events to log.

Remarks

Delivers logging events to the remote sink

See Also

RemotingAppender.IRemoteLoggingSink Interface | log4net.Appender Namespace