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

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public IPlugin this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name of the IPlugin to lookup.

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

Reference