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