Improve logging of generators and writer loaders

This improves the logging of get_generator_classes() to
provide the source of the generator (either internal or from a plugin).
It also reviews the code to make it clearer (in my opinion, but I'm biased ;)), renames get_writer() to _get_writer_class() for consistency with the renamed _get_generator_classes().
This commit is contained in:
Leonardo Giordani 2020-11-21 10:34:07 +00:00
commit 570542dcb1
3 changed files with 56 additions and 33 deletions

3
RELEASE.md Normal file
View file

@ -0,0 +1,3 @@
Release type: patch
Improve logging of generators and writer loaders