On Sunday, June 2, 2013 12:49:02 PM UTC-5, Dan Sommers wrote: > On Mon, 03 Jun 2013 03:20:52 +1000, Chris Angelico wrote: > > On Mon, Jun 3, 2013 at 3:04 AM, Rick Johnson > [...] > Or use the logging module. It's easy to get going quickly > (just call logging.basicConfig at startup time), and with > a little care and feeding, you can control the output in > more ways than can fit into the margin. Oh, yeah, I'm sure > it introduces some overhead. So does everything else.
I hate log files, at least during development or testing. I prefer to debug on the command line or using my IDE. Log files are for release time, not development. -- http://mail.python.org/mailman/listinfo/python-list