Skip to main content

None

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.3.1.tar.gz (9.8 kB view details)

Uploaded Source

File details

Details for the file cee_syslog_handler-0.3.1.tar.gz.

File metadata

File hashes

Hashes for cee_syslog_handler-0.3.1.tar.gz
Algorithm Hash digest
SHA256 f26d3ef7e7321e634d0b7dbecfc369ded5a5f03cb7f2e31f43f93e73577b1f01
MD5 ca48b103a781ccc5fd7f2ec7bccb5153
BLAKE2b-256 89bb24a6794ff86612c1cd47fb0ac5e62cafafee2018721481a6cfce53b968e1

See more details on using hashes here.

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