Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LoggerManager.GetAllRepositories�Method�

Gets an array of all currently defined repositories.

[Visual�Basic]
Public�Shared�Function�GetAllRepositories()�As�ILoggerRepository()
[C#]
public�static�ILoggerRepository[]�GetAllRepositories();

Return Value

An array of all the known ILoggerRepository objects.

Remarks

Gets an array of all currently defined repositories.

See Also

LoggerManager Class | log4net.Core Namespace