Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILoggerRepository.GetCurrentLoggers�Method�

Returns all the currently defined loggers as an Array.

[Visual�Basic]
Function�GetCurrentLoggers()�As�ILogger()
[C#]
ILogger[]�GetCurrentLoggers();

Return Value

All the defined loggers

Remarks

Returns all the currently defined loggers as an Array.

See Also

ILoggerRepository Interface | log4net.Repository Namespace