28 Jan
2002
28 Jan
'02
8:08 p.m.
Thomas Guettler writes:
1. How can I write my own standard_error_message with a python product? Look at "Zope.__init__.zpublisher_exception_hook" on how it finds the error handler ("standard_error_message" usually).
2. If writing his own standad_error_message is not possible, how can I log (print to stderr) with dtml? Use an External Method, called from DTML, and call "zLOG.LOG" from their.
Dieter