---

How to enable and use logging module in Python

Logging is an essential debugging feature for any programming and scripting language, which goes beyond simple print statements. For example, logging allows you to track in which module/function/linenumber logging messages are generated. You can also differentiate logging based on severity, and can direct logging messages to stdout/stderr, a file, a network socket, etc.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis