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 details)

Uploaded Source

Built Distributions

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

Uploaded Python 3

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

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for cee_syslog_handler-0.5.0.tar.gz
Algorithm Hash digest
SHA256 33b03ab47f81c2170c857fd9b16148310e2e0a1aa24d9e3838ae8e89a11ad4f1
MD5 1fb12e23b80761a296cc620bcda3146e
BLAKE2b-256 503d17e5305c6ed5069c057ead977f6d33c59dddd82c450276461d2e5eeb0c01

See more details on using hashes here.

File details

Details for the file cee_syslog_handler-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for cee_syslog_handler-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 daa684e8b10b685cc1b9b8e748972f281432d36b605f01164c9a4cb04e770e3d
MD5 44bfb8a4a7bdef9d7434a1d025ca9312
BLAKE2b-256 848f28d99a5dd23f2571e1f351a90c294321eb36163c846cb25e815147f28219

See more details on using hashes here.

File details

Details for the file cee_syslog_handler-0.5.0-py2-none-any.whl.

File metadata

File hashes

Hashes for cee_syslog_handler-0.5.0-py2-none-any.whl
Algorithm Hash digest
SHA256 9c3e5247d275f0931042bc2a0e6ac1fd14823f81d6f3b42cc2bacc500154200e
MD5 e72fe9589d8a4c5feefd91a462ee088d
BLAKE2b-256 b7fc49db3f78517647e7af8e2b4faa75383f2bac68a2dd75127ac144e34deb57

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