The repository for this plugin
Namespace: log4net.PluginAssembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
protected virtual ILoggerRepository LoggerRepository { get; set; }
Protected Overridable Property LoggerRepository As ILoggerRepository
Get
Set
protected:
virtual property ILoggerRepository^ LoggerRepository {
ILoggerRepository^ get ();
void set (ILoggerRepository^ value);
}
abstract LoggerRepository : ILoggerRepository with get, set
override LoggerRepository : ILoggerRepository with get, set
Property Value
Type:
ILoggerRepository
The
ILoggerRepository that this plugin is attached to.
Gets or sets the ILoggerRepository that this plugin is
attached to.
Reference