log4net SDK Reference

PluginAttribute Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the PluginAttribute class with the specified type.

[Visual Basic]
Public Sub New( _
   ByVal type As String _
)
[C#]
public PluginAttribute(
   string type
);

Parameters

type
The type of plugin to create.

Remarks

Create the attribute with the plugin type specified.

See Also

PluginAttribute Class | log4net.Config Namespace