Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AppenderSkeleton Class

Abstract base class implementation of IAppender.

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

System.Object
���log4net.Appender.AppenderSkeleton
������Derived types

[Visual�Basic]
MustInherit�Public�Class�AppenderSkeleton
����Implements�IBulkAppender, IAppender, IOptionHandler
[C#]
public�abstract�class�AppenderSkeleton : IBulkAppender, IAppender, IOptionHandler

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 class provides the code for common functionality, such as support for threshold filtering and support for general filters.

Appenders can also implement the IOptionHandler interface. Therefore they would require that the ActivateOptions method be called after the appenders properties have been configured.

Requirements

Namespace: log4net.Appender

Assembly: log4net (in log4net.dll)

See Also

AppenderSkeleton Members | log4net.Appender Namespace