PluginSkeleton ClassApache log4net™ SDK Documentation
Base implementation of IPlugin
Inheritance Hierarchy

OnlineSystem Object
  log4net.Plugin PluginSkeleton
    log4net.Plugin RemoteLoggingServerPlugin

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public abstract class PluginSkeleton : IPlugin
Remarks

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

See Also