IRepositorySelectorCreateRepository Method (String, Type)Apache log4net™ SDK Documentation
Creates a new repository with the name specified.

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

ILoggerRepository CreateRepository(
	string repositoryName,
	Type repositoryType
)

Parameters

repositoryName
Type: SystemString
The name to associate with the ILoggerRepository.
repositoryType
Type: SystemType
The type of repository to create, must implement ILoggerRepository.

Return Value

Type: ILoggerRepository
The repository created.
Remarks

The ILoggerRepository created will be associated with the name specified such that a call to [M:GetRepository(string)] with the same name will return the same repository instance.

See Also

Reference