LoggerManager.ListLoggers method

List all registered logger instances.

public static ILogger[] ListLoggers()

Remarks

The returned array is a snapshot; subsequent registrations or disposals will not affect it.

See Also