log4net SDK Reference

SmtpAppender.SendBuffer Method (LoggingEvent[])

[This is preliminary documentation and subject to change.]

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

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

Parameters

events
The logging events to send.

Remarks

Missing <remarks> documentation for M:log4net.Appender.SmtpAppender.SendBuffer(log4net.Core.LoggingEvent[])

See Also

SmtpAppender Class | log4net.Appender Namespace | SmtpAppender.SendBuffer Overload List