[Python-Dev] PEP 282 comments (original) (raw)
Jeremy Hylton jeremy@zope.com
Wed, 20 Mar 2002 16:26:45 -0500
- Previous message: [Python-Dev] PEP 282 comments
- Next message: [Python-Dev] PEP 282 comments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 20 Mar 2002 16:16:28 -0500 Guido van Rossum <guido@python.org> wrote:
> logger.info("A normal exception occurred", > excinfo=sys.excinfo())
Or you could have a call logger.exception("message") that knows to call sys.excinfo(). That would reduce the boilerplate.
But how would logger.exception() know what log level to use?
Jeremy
- Previous message: [Python-Dev] PEP 282 comments
- Next message: [Python-Dev] PEP 282 comments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]