tutorial.eyehunts.com
Python write log to text file
If you want a Program to write a log to a text file in Python, then use basicConfig() method by providing filename and filemode as parameter.
Rohit