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.3.3.tar.gz
(10.1 kB
view hashes)
Built Distributions
Close
Hashes for cee_syslog_handler-0.3.3-py3.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0bde67faedb459f15631a25313fa84c921ea76988604d3246984ad032964d0a |
|
MD5 | 91b376730c43693e857d19b3ff9d9fca |
|
BLAKE2b-256 | 70960055c3e682347bfd77eac6e2144337f474a7cc0dd57bcdffc9fbb2caaff4 |
Close
Hashes for cee_syslog_handler-0.3.3-py2.7.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9de20415fa0940bffc550d70a27239dfb3c6412b23d5312d00aab67fffcb0b44 |
|
MD5 | 4eec84faabef6e7966ee17b1fc16dff1 |
|
BLAKE2b-256 | 5144b48cab45290713ac7562519d0b1541561fb676020e2740e6d466686bfe90 |