BufferingAppenderSkeleton.SendBuffer Method 
      
     
    
       Sends the events. 
      
        [Visual Basic]
        MustOverride Protected Sub SendBuffer( _
   ByVal 
events As 
LoggingEvent() _
)
 
      
      Parameters
      
        - 
          events
        
- The events that need to be send.
Remarks
             The subclass must override this method to process the buffered events. 
            See Also
BufferingAppenderSkeleton Class | log4net.Appender Namespace