CompactRepositorySelector GetRepository Method (Assembly)Apache log4net™ SDK Documentation
Get the ILoggerRepository for the specified assembly

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

public ILoggerRepository GetRepository(
	Assembly assembly
)

Return Value

Type: ILoggerRepository
The default ILoggerRepository

Implements

IRepositorySelector GetRepository(Assembly)
Remarks

The assembly argument is not used. This selector does not create a separate repository for each assembly.

As a named repository is not specified the default repository is returned. The default repository is named log4net-default-repository.

See Also