|
|
Log in / Subscribe / Register

MailingLogger 3.3.0 released

From:  Chris Withers <chris-AT-simplistix.co.uk>
To:  zope-announce-AT-zope.org, zope-AT-zope.org, python-list-AT-python.org, python-announce-AT-python.org, simplistix-AT-googlegroups.com
Subject:  MailingLogger 3.3.0 Released!
Date:  Fri, 19 Jun 2009 08:56:02 +0100
Message-ID:  <4A3B4492.9030003@simplistix.co.uk>
Archive‑link:  Article

I'm pleased to announce a new release of Mailinglogger.

Mailinglogger provides two handlers for the standard python
logging framework that enable log entries to be emailed either as the
entries are logged or as a summary at the end of the running process.

The handlers have the following features:

- customisable and dynamic subject lines for emails sent

- emails sent with an X-Mailer header for easy filtering

- flood protection to ensure the number of emails sent is not excessive

- support for SMTP servers that require authentication

- fully documented and tested

In addition, extra support is provided for configuring the handlers when
using ZConfig, Zope 2 or Zope 3.

The latest releases of ZConfig, in particular, provide a great way to 
configure the python logging framework without having to resort to the 
appalling .ini-based configuration stuff:

 >>> from ZConfig import configureLoggers
 >>> configureLoggers('''
... <logger>
...    level INFO
...    <logfile>
...       PATH STDOUT
...       format %(levelname)s %(name)s %(message)s
...    </logfile>
... </logger>
... ''')

This release of MailingLogger adds the ability to use %(levelname)s in 
subject-line formatting for SummarisingLoggers to include the highest 
level logged.

For more information, please see:
http://www.simplistix.co.uk/software/python/mailinglogger
or
http://pypi.python.org/pypi/mailinglogger

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html




to post comments


Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds