IRepositorySelectorGetRepository Method (String)Apache log4net™ SDK Documentation
Gets the named ILoggerRepository.

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

ILoggerRepository GetRepository(
	string repositoryName
)

Parameters

repositoryName
Type: SystemString
The name to use to lookup to the ILoggerRepository.

Return Value

Type: ILoggerRepository
The named ILoggerRepository
Remarks

Lookup a named ILoggerRepository. This is the repository created by calling [M:CreateRepository(string,Type)].
See Also

Reference