ForwardingAppender.Append Method (LoggingEvent[])
      
     
    
       Forward the logging events to the attached appenders 
      
        [Visual Basic]
        Overrides Overloads Protected Sub Append( _
   ByVal 
loggingEvents As 
LoggingEvent() _
)
 
      
      Parameters
      
        - 
          loggingEvents
        
- The array of events to log.
Remarks
             Delivers the logging events to all the attached appenders. 
            See Also
ForwardingAppender Class | log4net.Appender Namespace | ForwardingAppender.Append Overload List