Logger Changes
- 0.0 1999-10-11
Initial release
- 0.1 1999-10-13
Fixed default severity bug
- 0.2 2002-03-21
Added TRACE,DEBUG severities found in newer versions of Zope
Fixed
AttributeErrorraised 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
exceptionattribute to the dtml-log tag, which causes the exception currently being handled to be passed to the Zope logging subsystem. - 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.