maxpmaxp / pdfreader

Python API for PDF documents
MIT License
113 stars 26 forks source link

changed logger to use module name, downstream changes to log statements #96

Closed tvanyo closed 2 years ago

tvanyo commented 2 years ago

I've modified the logging to not connect to the parent logger coming from the module importing pdfreader. Each file has been modified to add log = logging.getLogger(__name__) and the logging. statements have been updated to log. for correct operation.

This resolves issue #93.

If I need to change the pull request, let me know. I'm a noob.