[ZDP] BackTalk to Document Zope Developer's Guide (2.4 edition)/Testing and Debugging

webmaster@zope.org webmaster@zope.org
Wed, 11 Dec 2002 07:53:20 -0500


A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZDG/current/TestingAndDebugging.stx#2-14

---------------

    Here's an example of how to use the 'LOG' function to write
    debugging messages::

      from zLOG import LOG, DEBUG
      LOG('my app', DEBUG, 'a debugging message')

      % charlesz - Dec. 11, 2002 7:53 am:
       I get 'import of "LOG" from "zLOG" is unauthorized'. No doubt I'll work out why - but someone else might
       not.....