AppenderAttachedImpl ClassApache log4net™ SDK Documentation
A straightforward implementation of the IAppenderAttachable interface.
Inheritance Hierarchy

OnlineSystem Object
  log4net.Util AppenderAttachedImpl

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public class AppenderAttachedImpl : IAppenderAttachable
Remarks

This is the default implementation of the IAppenderAttachable interface. Implementors of the IAppenderAttachable interface should aggregate an instance of this type.

See Also