User Tools

Site Tools


programming:python:logging_syslog

This is an old revision of the document!


logging.handlers.SysLogHandler

I was poking around in the python documentation the other day and discovered the logging module. I have to say that it is quite the cool module. It takes all the work out of putting together a logger, and it does it really well. I perused the documentation and checked out some examples, but I couldn't quite get it figured out well enough to work with it's SysLogHandler, which is usually my preferred method of logging. I did, however, find this nice little example that works perfectly:

http://docs.python.org/lib/module-logging.html

programming/python/logging_syslog.1212524255.txt.gz · Last modified: 2008/06/03 20:17 by crustymonkey