log4net SDK Documentation - Microsoft .NET Framework 4.0

SmtpAppender.SendBuffer Method 

Sends the contents of the cyclic buffer as an e-mail message.

[Visual Basic]
Overrides Protected Sub SendBuffer( _
   ByVal events As LoggingEvent() _
)
[C#]
protected override void SendBuffer(
   LoggingEvent[] events
);

Parameters

events
The logging events to send.

See Also

SmtpAppender Class | log4net.Appender Namespace