13 Jan
2006
13 Jan
'06
9:09 p.m.
Andreas Jung wrote at 2006-1-10 11:23 +0100:
... Do we need one for Zope 2 and Zope 3?
I think what we discussed during breakfast would be optimal: To configure the Python logger such that: * it supports additional (Zope2/3 standard!) log levels * displays Zope tracebacks rather than the much less informative Python tracebacks Application code could then use "from logging import getLogger" and use the obtained logger module in the normal way. -- Dieter