A straightforward implementation of the IAppenderAttachable interface.
Inheritance Hierarchy
log4net.Util AppenderAttachedImpl
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
This is the default implementation of the IAppenderAttachable interface. Implementors of the IAppenderAttachable interface should aggregate an instance of this type.
See Also