The IBulkAppender type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Close |
Closes the appender and releases resources.
(Inherited from IAppender.) | |
| DoAppend(LoggingEvent) |
Log the logging event in Appender specific way.
(Inherited from IAppender.) | |
| DoAppend( LoggingEvent ) |
Log the array of logging events in Appender specific way.
|
Properties
| Name | Description | |
|---|---|---|
| Name |
Gets or sets the name of this appender.
(Inherited from IAppender.) |
See Also