Skip to main content

Simple remote syslog sender

Project description

Simple remote syslog sender

Installing

Install and update using pip:

$ pip install usyslog

usyslog supports Python 2 and newer, Python 3 and newer, and PyPy.

A Simple Example

What does it look like? Here is an example of a simple usyslog program:

from usyslog import syslog

message = "This is an error"

syslog(message, level=LEVEL['error'], facility=FACILITY['daemon'],
    host='localhost', port=514)
    # default host = 'localhost'
    # default port = 514
    # or

    syslog(message, 3, 3, '192.168.0.1')

Support

  • Python 2.7 +, Python 3.x

  • Windows, Linux

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

usyslog-0.16.tar.gz (4.4 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