--On Mittwoch, 17. November 2004 16:19 Uhr +0100 Pascal Peregrina <Pperegrina at Lastminute.com> wrote: > Hi, > > Could someone remind me what is the easiest way to log things to the > log/event.log from a Zope (2.7) Product ? > from zLOG import LOG, INFO LOG(ident, INFO, 'this is stupid') -aj