Returns the default ILoggerRepository instance.
Namespace: log4netAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- repositoryAssembly
- Type: System.Reflection Assembly
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