Base implementation of IPlugin
Inheritance Hierarchy

log4net.Plugin.PluginSkeleton
log4net.Plugin.RemoteLoggingServerPlugin
Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 1.2.14.0 (1.2.14.0)
Syntax
Remarks
Default abstract implementation of the IPlugin interface. This base class can be used by implementors of the IPlugin interface.
See Also