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")
Release files for cee-syslog-handler 0.6.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cee_syslog_handler-0.6.0.tar.gz | 8.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cee_syslog_handler-0.6.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.9 kB
Release files / cee_syslog_handler-0.6.0.tar.gz
| Download URL | cee_syslog_handler-0.6.0.tar.gz |
|---|---|
| Size | 8.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
babeb63d70a2d8deba734fff5ad3723fed6d053a01621a19937f900315813e0b
|
|
BLAKE2b-256 checksum How to use checksums |
6e9f88d9b99d13f843fb4800e9a8c9aecd93b63c49cae87296da1a4f1a3b034d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.7
|
Release files / cee_syslog_handler-0.6.0-py3-none-any.whl
| Download URL | cee_syslog_handler-0.6.0-py3-none-any.whl |
|---|---|
| Size | 6.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
13b60f5b4f9f04e2868316d88bf63d51b4b4b273ba7df12af6f21ee10e223ca3
|
|
BLAKE2b-256 checksum How to use checksums |
8a186fda9781b940ef5563e817af512f9b582a1a5b91a7af598ceeb981b3a866
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.7
|