Skip to main content

Custom logging package for MEH projects.

Project description

meh-logging-python

Creating a build

Install the prerequisite packages.

python -m pip install build twine

Run the build command

python -m build

Run a test deployment to TestPyPi

python -m twine upload --repository testpypi dist/*

Run a final deployment to PyPi

python -m twine upload --repository pypi dist/*

Usage

from meh_logging import logger

# Log some info
logger.info("hello world")
logger.debug("hello world")
logger.error("hello world")

try:
    1 / 0
except Exception as e:
    logger.info(e)

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

meh_logging-0.0.2.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

meh_logging-0.0.2-py3-none-any.whl (6.2 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