On 4/16/07, Robert Rawlins - Think Blue <[EMAIL PROTECTED]> wrote: > I'm looking to write a Log file which will be CSV based, and there is a good > possibility that it'll get quite busy once its up and running, so I'm > looking for the most efficient way to achieve it. Whilst I'm sure i could do > something like this.
Python has built in logging support. It's pretty flexible as far as formatting output. I can get a bit complicated to set up, but it will handle traffic well. more info here http://docs.python.org/lib/module-logging.html -Dave -- http://mail.python.org/mailman/listinfo/python-list