chiark / gitweb /
python: add journal backend for the logging framework
authorMarti Raudsepp <marti@juffo.org>
Tue, 9 Oct 2012 15:12:02 +0000 (18:12 +0300)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 13 Nov 2012 10:13:52 +0000 (11:13 +0100)
Supports Python versions 2.6 through 3.3 (tested on 2.7 and 3.2).
See JournalHandler docstring for usage details.

[zj: - use send() instead of using sendv() directly
     - do exception handling like in the logging module
     - bumped min version to python2.6, since the module
       does not work with python2.5 anyway ]


No differences found