log4net SDK Reference

PluginAttribute Constructor (String)

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

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

Parameters

typeName
The type name of plugin to create.

Remarks

Create the attribute with the plugin type specified.

Where possible use the constructor that takes a Type.

See Also

PluginAttribute Class | log4net.Config Namespace | PluginAttribute Constructor Overload List