April 2017
Intermediate to advanced
556 pages
11h 5m
English
Python comes with standard library support for logging via the aptly named logging module. Though print statements can be used as a quick and rudimentary tool for debugging, real-life debugging mostly requires that the system or application generate some logs. Logging is useful because of the following reasons: