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 Distribution
Close
Hashes for cee_syslog_handler-0.6.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13b60f5b4f9f04e2868316d88bf63d51b4b4b273ba7df12af6f21ee10e223ca3 |
|
MD5 | d05fc23e2b99df233b61908f36974e08 |
|
BLAKE2b-256 | 8a186fda9781b940ef5563e817af512f9b582a1a5b91a7af598ceeb981b3a866 |