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