log4net SDK Reference

LoggerRepositorySkeleton.PluginMap Property

The plugin map for this repository.

[Visual Basic]
Overridable Public ReadOnly Property PluginMap As PluginMap _
    Implements ILoggerRepository.PluginMap
[C#]
public virtual log4net.Plugin.PluginMap PluginMap {get;}

Property Value

The plugin map for this repository.

Implements

ILoggerRepository.PluginMap

Remarks

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

See Also

LoggerRepositorySkeleton Class | log4net.Repository Namespace