Adding contextual information to your logging output in Python 2.5

Posted by armakuni on Stack Overflow See other posts from Stack Overflow or by armakuni
Published on 2010-06-17T09:03:43Z Indexed on 2010/06/17 10:13 UTC
Read the original article Hit count: 196

Filed under:
|

I am using Python 2.5. The Python logging module allows adding contextual information to your logging output. Is something similar possible in Python 2.5?

© Stack Overflow or respective owner

Related posts about python

Related posts about logging