Hierarchy.GetCurrentLoggers Method Apache log4netâ„¢ SDK Documentation
Returns all the currently defined loggers in the hierarchy as an Array

Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

public override ILogger[] GetCurrentLoggers()

Return Value

Type:ILogger[]
All the defined loggers

Implements

ILoggerRepository.GetCurrentLoggers()
Remarks

Returns all the currently defined loggers in the hierarchy as an Array. The root logger is not included in the returned enumeration.

See Also

Reference