LogManager GetCurrentLoggers Method (String)Apache log4net™ SDK Documentation
Returns all the currently defined loggers in the specified repository.

Namespace: log4net
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public static ILog[] GetCurrentLoggers(
	string repository
)

Return Value

Type:  ILog 
All the defined loggers.
Remarks

The root logger is not included in the returned array.
See Also