Gets a IPlugin by name.
Namespace: log4net.PluginAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- name
- Type: System String
The name of the IPlugin to lookup.
Return Value
Type: IPluginThe IPlugin from the map with the name specified, or null if no plugin is found.
Remarks
Lookup a plugin by name. If the plugin is not found null will be returned.
See Also