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
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.6.0.tar.gz.
File metadata
- Download URL: cee_syslog_handler-0.6.0.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
babeb63d70a2d8deba734fff5ad3723fed6d053a01621a19937f900315813e0b
|
|
| MD5 |
3dab63e86fb083eaffe96804bf5a7fc8
|
|
| BLAKE2b-256 |
6e9f88d9b99d13f843fb4800e9a8c9aecd93b63c49cae87296da1a4f1a3b034d
|
File details
Details for the file cee_syslog_handler-0.6.0-py3-none-any.whl.
File metadata
- Download URL: cee_syslog_handler-0.6.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13b60f5b4f9f04e2868316d88bf63d51b4b4b273ba7df12af6f21ee10e223ca3
|
|
| MD5 |
d05fc23e2b99df233b61908f36974e08
|
|
| BLAKE2b-256 |
8a186fda9781b940ef5563e817af512f9b582a1a5b91a7af598ceeb981b3a866
|