PluginAttribute ClassApache log4net™ SDK Documentation
Assembly level attribute that specifies a plugin to attach to the repository.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Attribute
    log4net.Config PluginAttribute

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

[SerializableAttribute]
public sealed class PluginAttribute : Attribute, 
	IPluginFactory
Remarks

Specifies the type of a plugin to create and attach to the assembly's repository. The plugin type must implement the IPlugin interface.

See Also