Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylogger_unified-0.0.2.tar.gz (16.7 kB view hashes)

Uploaded Source

Built Distribution

pylogger_unified-0.0.2-py3-none-any.whl (16.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page