
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
30/Aug/05 04:47 AM
|
|
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.
|
|
Description
|
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. |
Show » |
|
Updated AppenderAttachedImpl to pass on bulk arrays of events where possible.