You are not logged in Log in Join
You are here: Home » Members » Zen » Logger » Logger Changes » View Document

Log in
Name

Password

 

Logger Changes

  1. 0.0 1999-10-11

    Initial release

  2. 0.1 1999-10-13

    Fixed default severity bug

  3. 0.2 2002-03-21

    Added TRACE,DEBUG severities found in newer versions of Zope

    Fixed AttributeError raised by render when the DTML code is called in obscure ways.

    Add logging of exceptions raised rendering DTML code for situations where errors will not be displayed (production systems, in standard_error_message etc.).

    Add Zope online help

    Add the exception attribute to the dtml-log tag, which causes the exception currently being handled to be passed to the Zope logging subsystem.

  4. 0.3 2002-04-22

    Fixed product initializer so that this product actually works in Zope installations beside my own development and production systems. Thanks for Ria Marinussen letting me know and sending me a patch.

    Removed security concerns section from the documentation. As these are general DTML issues, the comments don't belong in this product.