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
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