IBulkAppender MethodsApache log4net™ SDK Documentation
The IBulkAppender type exposes the following members.
Methods

  NameDescription
Public methodClose
Closes the appender and releases resources.
(Inherited from IAppender.)
Public methodDoAppend(LoggingEvent)
Log the logging event in Appender specific way.
(Inherited from IAppender.)
Public methodDoAppend( LoggingEvent )
Log the array of logging events in Appender specific way.
Back to Top
See Also