easylog alpha

Jim Jewett JimJJewett@yahoo.com
31 Mar 2004 21:34:10 -0800


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