None
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
cee_syslog_handler-0.4.0.tar.gz
(10.4 kB
view hashes)
Built Distributions
Close
Hashes for cee_syslog_handler-0.4.0-py3.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f8432cdbef18afabbc990f157c79a535232f772c9047ace0ea6cba0ba15ec9c |
|
MD5 | d207269a05cc9c9f8cd2eddfd738964a |
|
BLAKE2b-256 | 39ae0980569ad98707e26702fdceae9de278aa8f1fb72f66f2a16ebdac5e9ca7 |
Close
Hashes for cee_syslog_handler-0.4.0-py2.7.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9d5cd954c86facf405e7f3efea6690b45a5dec8609596420405d52f73463a8a |
|
MD5 | 25bca98bbac354c9c62daf5e0ab0c93c |
|
BLAKE2b-256 | 4e6e77c2868a764b69033f335a4574ab2e4ef0b90aa9d7c54172f9c6c62b96b8 |