Interface for attaching appenders to objects.
For a list of all members of this type, see IAppenderAttachable Members.
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. |
Interface for attaching, removing and retrieving appenders.
Namespace: log4net.Core
Assembly: log4net (in log4net.dll)
IAppenderAttachable Members | log4net.Core Namespace