Initializes a new instance of the PluginAttribute class
with the specified type.
Namespace: log4net.ConfigAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- typeName
- Type: System String
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