log4net SDK Reference

LoggerManager.GetCurrentLoggers Method

[This is preliminary documentation and subject to change.]

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