IAppenderAttachable MembersApache log4net™ SDK Documentation
The IAppenderAttachable type exposes the following members.
Methods

  NameDescription
Public methodAddAppender
Attaches an appender.
Public methodGetAppender
Gets an attached appender with the specified name.
Public methodRemoveAllAppenders
Removes all attached appenders.
Public methodRemoveAppender(String)
Removes the appender with the specified name from the list of appenders.
Public methodRemoveAppender(IAppender)
Removes the specified appender from the list of attached appenders.
Back to Top
Properties

  NameDescription
Public propertyAppenders
Gets all attached appenders.
Back to Top
See Also