C# Class log4net.Apprenda.ApprendaBufferingAppender

The Apprenda buffering appender.
Inheritance: log4net.Appender.BufferingAppenderSkeleton
Mostra file Open project: apprenda/Log4Net-Onboarder

Protected Methods

Method Description
SendBuffer ( log4net.Core.LoggingEvent events ) : void

Sends all buffered events to the appender.

Private Methods

Method Description
SendEvent ( log4net.Core.LoggingEvent loggingEvent ) : void

Sends a LoggingEvent to the Apprenda Platform Logging API

Method Details

SendBuffer() protected method

Sends all buffered events to the appender.
protected SendBuffer ( log4net.Core.LoggingEvent events ) : void
events log4net.Core.LoggingEvent /// The events. ///
return void