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

Uploaded Source

Built Distributions

cee_syslog_handler-0.4.0-py3.4.egg (16.8 kB view details)

Uploaded Source

cee_syslog_handler-0.4.0-py2.7.egg (16.5 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for cee_syslog_handler-0.4.0.tar.gz
Algorithm Hash digest
SHA256 028e425c3a7b5c6e78cb6e83d631e1fa53f9f6b541685525ead79b847f680102
MD5 30924a1ef8cb080278ac34aa16537240
BLAKE2b-256 c90e20387bf4ff8e79c1700a768929a66af824955cf407fdfb814406662ce189

See more details on using hashes here.

File details

Details for the file cee_syslog_handler-0.4.0-py3.4.egg.

File metadata

File hashes

Hashes for cee_syslog_handler-0.4.0-py3.4.egg
Algorithm Hash digest
SHA256 1f8432cdbef18afabbc990f157c79a535232f772c9047ace0ea6cba0ba15ec9c
MD5 d207269a05cc9c9f8cd2eddfd738964a
BLAKE2b-256 39ae0980569ad98707e26702fdceae9de278aa8f1fb72f66f2a16ebdac5e9ca7

See more details on using hashes here.

File details

Details for the file cee_syslog_handler-0.4.0-py2.7.egg.

File metadata

File hashes

Hashes for cee_syslog_handler-0.4.0-py2.7.egg
Algorithm Hash digest
SHA256 e9d5cd954c86facf405e7f3efea6690b45a5dec8609596420405d52f73463a8a
MD5 25bca98bbac354c9c62daf5e0ab0c93c
BLAKE2b-256 4e6e77c2868a764b69033f335a4574ab2e4ef0b90aa9d7c54172f9c6c62b96b8

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