7 Apr
2002
7 Apr
'02
1:36 a.m.
On Sunday 07 April 2002 12:58 am, Peter Bengtsson wrote:
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.
It'll work fine. The important issue to remember is that the logging module is shared amongst all Zope components that use it - so make sure the name you log as is unique to your application (or the component of the application). Otherwise it should work just fine. Richard