IAppenderAttachable InterfaceApache log4net™ SDK Documentation
Interface for attaching appenders to objects.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public interface IAppenderAttachable

The IAppenderAttachable type exposes the following members.

Properties

  NameDescription
Public propertyAppenders
Gets all attached appenders.
Top
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.
Top
Remarks

Interface for attaching, removing and retrieving appenders.

See Also

Reference