[Zope] logging module in Zope?

Richard Jones richardjones@optushome.com.au
Sun, 7 Apr 2002 11:36:50 +1000


On Sunday 07 April 2002 12:58 am, Peter Bengtsson wrote:
> Has anybody had any experience in using Vinay Sajip's python logging mo=
dule
> 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.
>
> http://www.red-dove.com/python_logging.html

It'll work fine. The important issue to remember is that the logging modu=
le is=20
shared amongst all Zope components that use it - so make sure the name yo=
u=20
log as is unique to your application (or the component of the application=
).

Otherwise it should work just fine.


    Richard