log4net SDK Reference

LoggerManager.GetCurrentLoggers Method

Returns all the currently defined loggers in the specified assembly's repository.

Overload List

Returns all the currently defined loggers in the specified assembly's repository.

public static ILogger[] GetCurrentLoggers(Assembly);

Returns all the currently defined loggers in the specified repository.

public static ILogger[] GetCurrentLoggers(string);

See Also

LoggerManager Class | log4net.Core Namespace