log4net SDK Documentation - Microsoft .NET Framework 4.0

PluginAttribute Class

Assembly level attribute that specifies a plugin to attach to the repository.

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

System.Object
   System.Attribute
      log4net.Config.PluginAttribute

[Visual Basic]
NotInheritable Public Class PluginAttribute
    Inherits Attribute
    Implements IPluginFactory
[C#]
public sealed class PluginAttribute : Attribute, IPluginFactory

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

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

Requirements

Namespace: log4net.Config

Assembly: log4net (in log4net.dll)

See Also

PluginAttribute Members | log4net.Config Namespace