smarnach / pyexiftool

a Python library to communicate with an instance of Phil Harvey's excellent ExifTool command-line application.
Other
270 stars 111 forks source link

Add logging facilities #6

Open smarnach opened 12 years ago

smarnach commented 12 years ago

We should add logging to help with debugging. Since error handling is non-existent, this has even higher importance than usual. Thanks to Leo Broska for the suggestion.

halloleo commented 12 years ago

The nice thing with a package like the logging module is, that you can incorporate in some logging and then choose from the outside whether to use/show it or not.