[Zope-Checkins] CVS: Components/GreyThing - LOG.py:1.4
Jim Fulton
jim@tarzan.digicool.com
Tue, 29 Jun 1999 08:24:11 -0400
Update of /cvs-repository/Components/GreyThing
In directory tarzan.digicool.com:/projects/users/jim/lib/python
Modified Files:
LOG.py
Log Message:
Added WARNING as an alias for PROBLEM.
Added a format_exception method. This is essentially the method
used by the ZPublisher exception handler and has the nice feature
of showing object __names__ and __traceback_info__. It is useful
in back-end log handlers *and* in other applications that want to
display tracebacks.
Added output of exception info to the stupid logger.