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: 1.2.15.0 (1.2.15.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