Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

IAppenderAttachable Interface

Interface for attaching appenders to objects.

For a list of all members of this type, see IAppenderAttachable Members.

[Visual�Basic]
Public�Interface�IAppenderAttachable
[C#]
public�interface�IAppenderAttachable

Types that implement IAppenderAttachable

Type Description
BufferingForwardingAppender Buffers events and then forwards them to attached appenders.
ForwardingAppender This appender forwards logging events to attached appenders.
Logger Implementation of ILogger used by Hierarchy
RootLogger The RootLogger sits at the root of the logger hierarchy tree.
AppenderAttachedImpl A straightforward implementation of the IAppenderAttachable interface.

Remarks

Interface for attaching, removing and retrieving appenders.

Requirements

Namespace: log4net.Core

Assembly: log4net (in log4net.dll)

See Also

IAppenderAttachable Members | log4net.Core Namespace