Note: This API is now obsolete.
Returns the default ILoggerRepository instance.
Namespace: log4net
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
[ObsoleteAttribute("Use GetRepository instead of GetLoggerRepository")] public static ILoggerRepository GetLoggerRepository( Assembly repositoryAssembly )
Parameters
- repositoryAssembly
- Type: System.ReflectionAssembly
The assembly to use to lookup the repository.
Return Value
Type: ILoggerRepositoryThe default ILoggerRepository instance.
Remarks
Gets the ILoggerRepository for the repository specified by the repositoryAssembly argument.
See Also