On 5/31/23 00:22, ahsan iqbal wrote:
Why we need a log file ? If i read a large text file than how log file help me 
in this regard?

If you were parsing each line of this text file looking for information,
perhaps some of the lines would not be formatted correctly, and you would be 
unable
to get the information from those lines.  Maybe you would like to
write those bad lines to a log file so that you could analyze them later.



--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to