ILoggerRepository PluginMap Property Apache log4net™ SDK Documentation
The plugin map for this repository.

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

PluginMap PluginMap { get; }

Property Value

Type: PluginMap
The plugin map for this repository.
Remarks

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

See Also