log4net SDK Reference

ILoggerRepository.PluginMap Property

The plugin map for this repository.

[Visual Basic]
Property PluginMap As PluginMap
[C#]
log4net.Plugin.PluginMap PluginMap {get;}

Property Value

The plugin map for this repository.

Remarks

The plugin map holds the IPlugin instances that have been attached to this repository.

See Also

ILoggerRepository Interface | log4net.Repository Namespace