Python Syslog Logging Handler with CEE Support
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Close
Hashes for cee_syslog_handler-0.5.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | daa684e8b10b685cc1b9b8e748972f281432d36b605f01164c9a4cb04e770e3d |
|
MD5 | 44bfb8a4a7bdef9d7434a1d025ca9312 |
|
BLAKE2b-256 | 848f28d99a5dd23f2571e1f351a90c294321eb36163c846cb25e815147f28219 |
Close
Hashes for cee_syslog_handler-0.5.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c3e5247d275f0931042bc2a0e6ac1fd14823f81d6f3b42cc2bacc500154200e |
|
MD5 | e72fe9589d8a4c5feefd91a462ee088d |
|
BLAKE2b-256 | b7fc49db3f78517647e7af8e2b4faa75383f2bac68a2dd75127ac144e34deb57 |