[Zope] Logging in a product

Andreas Jung lists at andreas-jung.com
Wed Nov 17 10:23:30 EST 2004



--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


More information about the Zope mailing list