Status: Accepted
Owner: ----
Labels: Type-Enhancement Priority-Low Target-2.5.5
New issue 682 by pekka.klarck: Make internal `LOGGER` iterable
http://code.google.com/p/robotframework/issues/detail?id=682
Implementing issue 671 in RF 2.5.4 changed `LOGGER._loggers` from list into
a custom object. One team had used this attribute in their library so that
they iterated over it. That usage doesn't work anymore, but we can easily
fix it by making `LOGGER._loggers` iterable. We should also make `LOGGER`
itself iterable to make it possible to access individual loggers using a
public API.