Support appenders that can output multiple events efficiently
-------------------------------------------------------------

         Key: LOG4NET-46
         URL: http://issues.apache.org/jira/browse/LOG4NET-46
     Project: Log4net
        Type: New Feature
  Components: Appenders  
    Versions: 1.2.9    
 Reporter: Nicko Cadell
 Assigned to: Nicko Cadell 


Some appenders can efficiently output batches of events. Currently there is no 
way to pass a batch of events to an appender.

Add an interface IBulkAppender that exposes a DoAppend method that takes an 
array of events. This interface can be supported by appenders that can process 
in bulk.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to