LogManager GetAllRepositories Method Apache log4net™ SDK Documentation
Gets the list of currently defined repositories.

Namespace: log4net
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public static ILoggerRepository[] GetAllRepositories()

Return Value

Type:  ILoggerRepository 
An array of all the known ILoggerRepository objects.
Remarks

Get an array of all the ILoggerRepository objects that have been created.

See Also