IRepositorySelector InterfaceApache log4net™ SDK Documentation
Interface used by the LogManager to select the ILoggerRepository.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public interface IRepositorySelector
Remarks

The LogManager uses a IRepositorySelector to specify the policy for selecting the correct ILoggerRepository to return to the caller.

See Also