Gets a IPlugin by name.
Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- name
- Type: SystemString
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