Returns all the currently defined loggers in the specified assembly's repository.
Namespace: log4net
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- repositoryAssembly
- Type: System.ReflectionAssembly
The assembly to use to lookup the repository.
Return Value
Type: ILogAll the defined loggers.
Remarks
See Also