CompactRepositorySelector Constructor Apache log4net™ SDK Documentation
Create a new repository selector

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

public CompactRepositorySelector(
	Type defaultRepositoryType
)

Parameters

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

ExceptionCondition
ArgumentNullExceptionthrow if defaultRepositoryType is null
ArgumentOutOfRangeExceptionthrow if defaultRepositoryType does not implement ILoggerRepository
Remarks

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

See Also

Reference