easylog alpha

Jim Jewett JimJJewett at yahoo.com
Thu Apr 1 00:34:10 EST 2004


The standard library's logging package is very powerful, but it doesn't scale 
*down* well.  easylog is an attempt to better serve one-liner and midweight 
usage.

easylog is available from http://sourceforge.net/projects/easylog/ 
under the Python Software Foundation license.

easylog relies on an underlying logging package, so it will benefit from future 
improvements to the core logging package.  (Unfortunately, treating another 
module as a black box to inherit from left some of the internals ... ugly.)

I would particularly appreciate feedback on what should be cleaned up before 
it leaves alpha/beta status.

-jJ




More information about the Python-list mailing list