Gets the ILoggerRepository for the specified assembly.
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- assembly
- Type:
System.Reflection Assembly
The assembly to use to lookup to the ILoggerRepository
Return Value
Type: ILoggerRepositoryThe ILoggerRepository for the assembly.
Remarks
Gets the ILoggerRepository for the specified assembly.
How the association between Assembly and ILoggerRepository
is made is not defined. The implementation may choose any method for
this association. The results of this method must be repeatable, i.e.
when called again with the same arguments the result must be the
save value.
See Also