Skip to main content

A logging Handler that logs to syslog using syslog(3)

Project description

This modules provides a LogHandler for pythons logging system that logs to the system logger using syslog(3) instead of talking to the system logger over socket connections directly.

Example::
>>> import logging
>>> from syslogging import SyslogHandler
>>> logger = logging.getLogger("my-application")
>>> logger.addHandler(SyslogHandler("my-application"))
>>> logger.error("Hello World")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

syslogging-0.1.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page