7 Apr
2002
7 Apr
'02
12:24 p.m.
At 18:50 2002-04-06 +0200, Lennart Regebro wrote:
From: "Peter Bengtsson" <mail@peterbe.com>
Has anybody had any experience in using Vinay Sajip's python logging module in Zope development? I would like to apply it to my python product development, and am just wondering about more zope specific use and hints.
I haven't used it, but maybe more help cuold be given if you told us why you want to use it in Zope, and not use the loggin functionality that Zope provides.
In fact I want it for development. Not for monitoring. By having each method register itself like "getName() being run now" then I would be able to see exactly what goes on and in which order things are run.