PluginMap Item Property Apache log4net™ SDK Documentation
Gets a IPlugin by name.

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public IPlugin this[
	string name
] { get; }

Return Value

Type: IPlugin
The 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