PluginSkeletonLoggerRepository Property Apache log4net™ SDK Documentation
The repository for this plugin

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

protected virtual ILoggerRepository LoggerRepository { get; set; }

Property Value

Type: ILoggerRepository
The ILoggerRepository that this plugin is attached to.
Remarks

Gets or sets the ILoggerRepository that this plugin is attached to.

See Also

Reference