12 Feb
2004
12 Feb
'04
11:30 p.m.
On Thu, 2004-02-12 at 18:16, Jamie Heilman wrote:
This is already built-in to 2.7. No hacking required.
Well.. keywords being: simple, reliable (wrt to log order) The built-in logger is neither.
I don't know what the Python logger module promises about log order, but it does use thread locks to serialize record emits, so I'm not sure how wrong it could actually get. As far as simplicitly... errr.. it's not currently exactly rocket science. :-) - C