Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

PluginSkeleton Class

Base implementation of IPlugin

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

System.Object
���log4net.Plugin.PluginSkeleton
������log4net.Plugin.RemoteLoggingServerPlugin

[Visual�Basic]
MustInherit�Public�Class�PluginSkeleton
����Implements�IPlugin
[C#]
public�abstract�class�PluginSkeleton : IPlugin

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

Default abstract implementation of the IPlugin interface. This base class can be used by implementors of the IPlugin interface.

Requirements

Namespace: log4net.Plugin

Assembly: log4net (in log4net.dll)

See Also

PluginSkeleton Members | log4net.Plugin Namespace