Skip to main content

Python Syslog Logging Handler with CEE Support

Project description

https://travis-ci.org/blue-yonder/cee_syslog_handler.svg?branch=master

Python Syslog Logging Handler with CEE Support

Usage:

from cee_syslog_handler import CeeSysLogHandler
import logging

logger = logging.getLogger('log')
logger.setLevel(logging.DEBUG)

ch = CeeSysLogHandler(address=("10.2.160.20", 514))
ch.setLevel(logging.DEBUG)
logger.addHandler(ch)

logger.info("test")

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

cee_syslog_handler-0.5.0.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distributions

cee_syslog_handler-0.5.0-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

cee_syslog_handler-0.5.0-py2-none-any.whl (5.7 kB view hashes)

Uploaded Python 2

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