Sends the contents of the cyclic buffer as an e-mail message.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
protected override void SendBuffer(
LoggingEvent[] events
)
protected override void SendBuffer(
LoggingEvent[] events
)
Protected Overrides Sub SendBuffer (
events As LoggingEvent()
)
Protected Overrides Sub SendBuffer (
events As LoggingEvent()
)
protected:
virtual void SendBuffer(
array<LoggingEvent^>^ events
) override
protected:
virtual void SendBuffer(
array<LoggingEvent^>^ events
) override