log4net SDK Reference

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

This type is not safe for multithreaded operations.

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