MailingLogger documentation¶
This package provides more flexible and powerful email log handling for python’s standard logging framework.
Two log handlers are provided:
- MailingLogger
- This mails out appropriate log entries as they are emitted.
- SummarisingLogger
- This mails out a summary of all appropriate log entries at the end of the running python script.
Warning
The only caveat for using this package is that the SMTP server you are using must be fast. Email is sent via SMTP and, if using a MailingLogger, at the time the message is logged. If your SMTP server is slow, your application’s performance may suffer.
Full documentation can be found using the links below:
- Installation Instructions
- API Reference
- MailingLogger
- SummarisingLogger
- SubjectFormatter
- Sending HTML Emails
- Development
- Changes
- 4.0.0 (XX YYY 2014)
- 3.8.0 (27 Jan 2014)
- 3.7.0 (18 Jan 2012)
- 3.6.1 (20 Dec 2011)
- 3.6.0 (24 Nov 2011)
- 3.5.0 (23 Sep 2011)
- 3.4.1 (22 Aug 2011)
- 3.4.0 (17 Aug 2011)
- 3.3.3 (2 Jun 2010)
- 3.3.2 (27 Apr 2010)
- 3.3.1 (12 Dec 2008)
- 3.3.0 (11 Dec 2008)
- 3.2.2 (4 Nov 2008)
- 3.2.1 (14 Aug 2007)
- 3.2.0 (31 Jul 2007)
- 3.1.0 (18 May 2007)
- 3.0.0 (9 May 2007)
- 2.5.0 (5 Oct 2005)
- 2.4.0 (13 May 2005)
- 2.3.0 (25 Jan 2005)
- 2.2.0 (13 Oct 2004)
- 2.1.0 (11 Oct 2004)
- 2.0.1 (1 Aug 2004)
- 2.0.0 (28 Jul 2004)
- 1.0.1
- 1.0.0
- License