April 2016
Intermediate to advanced
486 pages
9h 21m
English
The Python logging module is one of those modules that are extremely useful, but it tends to be very difficult to use correctly. The result is often that people just disable logging completely and use print statements instead. This is insightful but a waste of the very extensive logging system in Python. If you've written Java code before, you might be familiar with the Log4j Java library. The Python logging module is largely and primarily based on that library.
The most important objects of the logging module are the following:
Within these objects, ...
Read now
Unlock full access