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

Namespace: log4net.Repository
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.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

Reference