Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LoggerManager.GetCurrentLoggers�Method�(String)

Returns all the currently defined loggers in the specified repository.

[Visual�Basic]
Overloads�Public�Shared�Function�GetCurrentLoggers( _
���ByVal repository�As�String�_
)�As�ILogger()
[C#]
public�static�ILogger[]�GetCurrentLoggers(
���stringrepository
);

Parameters

repository
The repository to lookup in.

Return Value

All the defined loggers.

Remarks

The root logger is not included in the returned array.

See Also

LoggerManager Class | log4net.Core Namespace | LoggerManager.GetCurrentLoggers Overload List