Returns all the currently defined loggers in the hierarchy as an Array
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.14.0 (1.2.14.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