log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
LogManager.GetCurrentLoggers Method ()
Returns all the currently defined loggers in the default repository.
[Visual Basic]
Overloads Public Shared Function GetCurrentLoggers() As
ILog()
[C#]
public static
ILog[] GetCurrentLoggers();
Return Value
All the defined loggers.
Remarks
The root logger is not included in the returned array.
See Also
LogManager Class | log4net Namespace | LogManager.GetCurrentLoggers Overload List