Skip to main content

A neat logging configurator

Project description

PyPI PyPI - License PyPI - Python Version Gitlab pipeline status Coverage Documentation Status

neatlog: A neat logging configuration

This package provides an easy and transparent way of customizing the builtin logging. Just import the module and enjoy the difference.

Installation

The installation is straight forward. You can install the package via pip, pipenv, poetry and alike or by downloading the source from the gitlab repository.

From gitlab.com (for experts)

To get the latest features or contribute to the development, you can clone the whole project using git:

git clone https://gitlab.com/szs/neatlog.git

Usage

Simply import neatlog in your program and use logging as usually:

import logging
from log_fmt import set_log_level

set_log_level(logging.DEBUG)
logging.critical("something critical")
logging.error("some error")
logging.warning("some warning")
logging.info("some info")
logging.debug("something for debugging")

How to Contribute

If you find a bug, want to propose a feature or need help getting this package to work with your data on your system, please don’t hesitate to file an issue or write an email. Merge requests are also much appreciated!

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

neatlog-0.1.6.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

neatlog-0.1.6-py3-none-any.whl (7.1 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