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

Uploaded Source

File details

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

File metadata

File hashes

Hashes for cee_syslog_handler-0.3.2.tar.gz
Algorithm Hash digest
SHA256 6a55e130ae2c644b85d27695f49d63b6db94e5bc807c1049a0788a99d8e10542
MD5 2b8b135ff6ea1b990d341f2787881a79
BLAKE2b-256 26c4bbef56cffa613c55e42ef2696b3554b270bf0023ccc8507046370240542a

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