log4net SDK Reference

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

This type is not safe for multithreaded operations.

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