Is there a way in Python to get a list of all defined loggers?
I mean, does something exist such as logging.getAllLoggers()
which would return a list of Logger
objects?
I searched the python.logging documentation but couldn't find such a method.