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 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.3.tar.gz.
File metadata
- Download URL: cee_syslog_handler-0.3.3.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c28a3295e8d5a40fbfb5e34901c96fe3a0fed7a882b557678e7a5e7466c1871
|
|
| MD5 |
d3fb24f4a7cca81c467a734ba2cbe290
|
|
| BLAKE2b-256 |
313d90047c1320304e3aec20cffeb9e5c1502c093fba9a7ca4864a8fd6b11b04
|
File details
Details for the file cee_syslog_handler-0.3.3-py3.4.egg.
File metadata
- Download URL: cee_syslog_handler-0.3.3-py3.4.egg
- Upload date:
- Size: 16.0 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0bde67faedb459f15631a25313fa84c921ea76988604d3246984ad032964d0a
|
|
| MD5 |
91b376730c43693e857d19b3ff9d9fca
|
|
| BLAKE2b-256 |
70960055c3e682347bfd77eac6e2144337f474a7cc0dd57bcdffc9fbb2caaff4
|
File details
Details for the file cee_syslog_handler-0.3.3-py2.7.egg.
File metadata
- Download URL: cee_syslog_handler-0.3.3-py2.7.egg
- Upload date:
- Size: 15.8 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9de20415fa0940bffc550d70a27239dfb3c6412b23d5312d00aab67fffcb0b44
|
|
| MD5 |
4eec84faabef6e7966ee17b1fc16dff1
|
|
| BLAKE2b-256 |
5144b48cab45290713ac7562519d0b1541561fb676020e2740e6d466686bfe90
|