PluginSkeleton LoggerRepository Property Apache log4net™ SDK Documentation
The repository for this plugin

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.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