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.