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

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

public CompactRepositorySelector(
	Type defaultRepositoryType
)

Parameters

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

Remarks

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

See Also