LoggerManager GetRepository Method (String)Apache log4net™ SDK Documentation
Return the default ILoggerRepository instance.

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

public static ILoggerRepository GetRepository(
	string repository
)

Return Value

Type: ILoggerRepository
Return the default ILoggerRepository instance
Remarks

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

See Also