[Python-Dev] PEP 282 comments

Charles Cazabon python@discworld.dyndns.org
Wed, 20 Mar 2002 15:47:55 -0600


Jeremy Hylton <jeremy@zope.com> wrote:
> > 
> > Or you could have a call logger.exception("message") that knows to call
> > sys.exc_info().  That would reduce the boilerplate.
> 
> But how would logger.exception() know what log level to use?

Make it take an argument for the message, and another for the level?

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                           <python@discworld.dyndns.org>
GPL'ed software available at:     http://www.qcc.ca/~charlesc/software/
-----------------------------------------------------------------------