IBulkAppender InterfaceApache log4net™ SDK Documentation
Interface for appenders that support bulk logging.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public interface IBulkAppender : IAppender
Remarks

This interface extends the IAppender interface to support bulk logging of LoggingEvent objects. Appenders should only implement this interface if they can bulk log efficiently.

See Also