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.4.tar.gz
(10.4 kB
view details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cee_syslog_handler-0.3.4.tar.gz.
File metadata
- Download URL: cee_syslog_handler-0.3.4.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1503e5b74d231d087267896478ed54186e3f38349027607d945e3a082c27b833
|
|
| MD5 |
b87225f64c20bfcd79286bb81fa4425d
|
|
| BLAKE2b-256 |
bf0a55587ad61e051b1e1f9d2beda485fb3934eac7bd76d38f5abecfb0e5ef56
|
File details
Details for the file cee_syslog_handler-0.3.4-py3.4.egg.
File metadata
- Download URL: cee_syslog_handler-0.3.4-py3.4.egg
- Upload date:
- Size: 16.7 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8df28797baf8383ca64ff72081afe239c57004acd3a414a51e2eb51f87b02b3
|
|
| MD5 |
8527bd3c6e57df8852715244ec6ddd2c
|
|
| BLAKE2b-256 |
7e15a3b8542c61939760fa6db70e88c4334e4984f1fb6121fa45f899528bcaa7
|
File details
Details for the file cee_syslog_handler-0.3.4-py2.7.egg.
File metadata
- Download URL: cee_syslog_handler-0.3.4-py2.7.egg
- Upload date:
- Size: 16.4 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6ed30cfbe7943182491e466fadf94a4d0f06b1b1b2060005394adf257a5f890
|
|
| MD5 |
beed4d546929decba9026cee24c75750
|
|
| BLAKE2b-256 |
aedb9ff356a9da94d63f4ab30cc8b3f43ab348adc3edad6e4e3a5ba38889f862
|