[Python-Dev] Want to co-design and implement a logging module?

Martin v. Loewis martin@v.loewis.de
04 Feb 2002 08:19:40 +0100


aahz@rahul.net (Aahz Maruch) writes:

> I'm not sure I'm a "taker", but I did a bit of research and found log4p,
> http://log4p.sourceforge.net/
> 
> Have you looked at it, and if yes, what's a short reason why it wouldn't
> be suitable?

The thing I dislike about log4p is that it looks much to java-ish.

import java.util.DateFormat;

is not something I would like to do when using the standard Python
library.

Regards,
Martin