A python wrapper that handles web logging, standard application logging to different format: json (gelf), colored text, raw, gnome notifications
Project description
pylogger_unified
A python wrapper that handles web logging, standard application logging to different format: json (gelf), colored text, raw, gnome notifications
Build manually (testing env for the moment)
Install testing envrionment here: https://packaging.python.org/en/latest/tutorials/packaging-projects/.
cd pylogger-unified/
python3 -m build
python3 -m twine upload --repository testpypi ./dist/*
Install the lib (testing env for the moment)
pip3 install -i https://test.pypi.org/simple/ pylogger_unified
Start Using the lib
from pylogger_unified import logger as pylogger_unified
logger=pylogger_unified.init_logger()
logger.info("this is a 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 pylogger_unified-0.0.2.tar.gz.
File metadata
- Download URL: pylogger_unified-0.0.2.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c011e47f21113bc22e991035666ed8ec0ef601eb5360a99182e4e25ef3e75aeb
|
|
| MD5 |
d9bda61508a82918aa5571aa5b6de2b1
|
|
| BLAKE2b-256 |
2ec58c83b6b59dae0fb7672df4081585bc169b35d6f4d4e8bed6af9dfd780dc9
|
File details
Details for the file pylogger_unified-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pylogger_unified-0.0.2-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcee772102a3350323e6aeab8691ba87a494d34dcb86953553d8fe8fae98a196
|
|
| MD5 |
5729f3d336fcfca3d191391de8a46c9e
|
|
| BLAKE2b-256 |
ae6cde35868ce8ca005a163ca5f99382103f0d55a6bdefb990f81666843fd070
|