LoggerManagerGetCurrentLoggers Method (Assembly)Apache log4net™ SDK Documentation
Returns all the currently defined loggers in the specified assembly's repository.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public static ILogger[] GetCurrentLoggers(
	Assembly repositoryAssembly
)

Parameters

repositoryAssembly
Type: System.ReflectionAssembly
The assembly to use to lookup the repository.

Return Value

Type: ILogger
All the defined loggers.
Remarks

The root logger is not included in the returned array.

See Also

Reference