From: Marti Raudsepp Date: Tue, 9 Oct 2012 15:12:02 +0000 (+0300) Subject: python: add journal backend for the logging framework X-Git-Tag: v196~93 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=73c0495f6830ca99c0c6eb15e83c3c7d44096d19;hp=73c0495f6830ca99c0c6eb15e83c3c7d44096d19;ds=sidebyside python: add journal backend for the logging framework 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 ] ---