Returns all the currently defined loggers in the default repository.
Namespace: log4netAssembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
public static ILog[] GetCurrentLoggers()
Public Shared Function GetCurrentLoggers As ILog()
public:
static array<ILog^>^ GetCurrentLoggers()
static member GetCurrentLoggers : unit -> ILog[]
Return Value
Type:
ILogAll the defined loggers.
The root logger is not included in the returned array.
Reference