log4net SDK Reference

PluginMap.Item Property

Gets a IPlugin by name.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal name As String _
) As IPlugin
[C#]
public IPlugin this[
   string name
] {get;}

Parameters

name
The name of the IPlugin to lookup.

Remarks

Lookup a plugin by name. If the plugin is not found null will be returned.

See Also

PluginMap Class | log4net.Plugin Namespace