DefaultRepositorySelector Constructor Apache log4net™ SDK Documentation
Creates a new repository selector.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public DefaultRepositorySelector(
	Type defaultRepositoryType
)

Parameters

defaultRepositoryType
Type: SystemType
The type of the repositories to create, must implement ILoggerRepository
Exceptions

ExceptionCondition
ArgumentNullExceptiondefaultRepositoryType is .
ArgumentOutOfRangeExceptiondefaultRepositoryType does not implement ILoggerRepository.
Remarks

Create an new repository selector. The default type for repositories must be specified, an appropriate value would be Hierarchy.

See Also

Reference