On 4/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>     Dave> Python has built in logging support. It's pretty flexible as far
>     Dave> as formatting output. I can get a bit complicated to set up, but
>     Dave> it will handle traffic well.
>
> Really?  I've found it to be a dog in heavy logging situations.
>
> Skip

Well I've never flogged the logging system very hard, so listen to
Skip here if you're concerned about performance.

I also don't think logging will integrate easily with the built in csv
module.  There's always ','.join(column_list)...

-Dave
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to