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