[ http://issues.apache.org/jira/browse/LOG4NET-46?page=all ]
     
Nicko Cadell resolved LOG4NET-46:
---------------------------------

    Fix Version: 1.2.10
     Resolution: Fixed

Checked in update that adds IBulkAppender interface. Added support to 
AppenderSkeleton base class and support in Appender subclasses that can take 
advantage of bulk appending.

Updated AppenderAttachedImpl to pass on bulk arrays of events where possible.

> 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
>     Assignee: Nicko Cadell
>      Fix For: 1.2.10

>
> 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