Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 52)
52.
What is the purpose of the logging module?
Handling dates and times
Working with regular expressions
Generating random numbers
Logging messages to various outputs
Answer: Option
Explanation:
The logging module in Python provides a flexible framework for emitting log messages from Python programs.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.