Returns all the currently defined loggers in the hierarchy as an Array
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Return Value
Type: ILoggerAll the defined loggers
Implements
ILoggerRepository GetCurrentLoggersRemarks
Returns all the currently defined loggers in the hierarchy as an Array. The root logger is not included in the returned enumeration.
See Also