ANN: Logging Package v0.4.9.4 released

Michele Simionato michele.simionato at gmail.com
Fri Sep 24 00:31:05 EDT 2004


vinay_sajip at yahoo.co.uk (Vinay Sajip) wrote in message news:<2e37dc1.0409230442.7e74543d at posting.google.com>...
> A new version of the Python logging package has been released. If you
> are using version 2.3 of later of Python, this release will not mean
> much to you - it is the same as recent checkins into Python CVS.
> However, this release fixes numerous bugs reported since the last
> independent release (0.4.9.2), and may be of interest to people using
> earlier versions of Python.
> <snip>

The logging package is pretty good and pretty powerful. The problem is that
it is *too* powerful. I found out that in most of the situations I need
a very tiny subset of its functionalities. Months ago I studied it, 
but now I have completely forgot it; I have discovered that 
it takes me less time to write my own logging routines than to use the 
logging module :-(
Is there some plan to solve this "issue"? I mean, an easy to use interface
for the ones who just needs minimal logging facilities? Something easy to
remember? I know for sure that there is at least a Sourceforge project
about easy logging (I could found it googling on this newsgroup) but I
would like something standard included in the batteries.
Am I alone experiencing these difficulties?

       Michele Simionato



More information about the Python-list mailing list