OhmSpectator / streetviews-grabber

A script that grabs Google Street View for a city.
Other
7 stars 1 forks source link

Introduce a proper Logger #18

Closed OhmSpectator closed 1 year ago

OhmSpectator commented 1 year ago

Use best practices to implement log levels between the modules https://docs.python.org/3/howto/logging.html

Part of the #16

OhmSpectator commented 1 year ago

https://python-3-patterns-idioms-test.readthedocs.io/en/latest/Singleton.html

OhmSpectator commented 1 year ago

done in the feature/make-modules branch