What replaces log4py under Python 3.2?

Irmen de Jong irmen at -NOSPAM-xs4all.nl
Tue Nov 22 14:41:00 EST 2011


On 22-11-11 19:32, Rob Richardson wrote:
> Greetings!
>
> My company has been using the log4py library for a long time.  A co-worker recently installed Python 3.2, and log4py will no longer compile.  (OK, I know that's the wrong word, but you know what I mean.)  What logging package should be used now?

The logging module from Python's stdlib?
http://docs.python.org/py3k/library/logging.html

Irmen





More information about the Python-list mailing list