Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AppenderAttachedImpl Class

A straightforward implementation of the IAppenderAttachable interface.

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

System.Object
���log4net.Util.AppenderAttachedImpl

[Visual�Basic]
Public�Class�AppenderAttachedImpl
����Implements�IAppenderAttachable
[C#]
public�class�AppenderAttachedImpl : IAppenderAttachable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

AppenderAttachedImpl Members | log4net.Util Namespace