Python logging application

Viewed 11

When I create a Python application and want to have logs of the application, will I have to create a logger module for every module or I have to create a single logger module? Is there a logging masterbook for Python?

0 Answers
Related