17 Nov
2004
17 Nov
'04
3:23 p.m.
--On Mittwoch, 17. November 2004 16:19 Uhr +0100 Pascal Peregrina <Pperegrina@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