LogManagerGetRepository Method (Assembly)Apache log4net™ SDK Documentation
Returns the default ILoggerRepository instance.

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

public static ILoggerRepository GetRepository(
	Assembly repositoryAssembly
)

Parameters

repositoryAssembly
Type: System.ReflectionAssembly
The assembly to use to lookup the repository.

Return Value

Type: ILoggerRepository
The default ILoggerRepository instance.
Remarks

Gets the ILoggerRepository for the repository specified by the repositoryAssembly argument.

See Also

Reference