log4net SDK Reference

PluginSkeleton.LoggerRepository Property

The repository for this plugin

[Visual Basic]
Overridable Protected Property LoggerRepository As ILoggerRepository
[C#]
protected virtual log4net.Repository.ILoggerRepository LoggerRepository {get; set;}

Property Value

The ILoggerRepository that this plugin is attached to.

Remarks

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

See Also

PluginSkeleton Class | log4net.Plugin Namespace