Skip to main content

Custom python logging formatter with color output.

Project description

https://img.shields.io/pypi/v/arklog.svg

A python logging module with colors.

Examples

import arklog

arklog.set_config_logging()
arklog.debug("Debug message")
arklog.info("Debug message")
arklog.warning("Debug message")
arklog.extra("Extra")
arklog.success("Completed")
import arklog

arklog.set_defaults()
arklog.debug("Debug message")
arklog.info("Info message")
arklog.warning("Warning message")
arklog.extra("Extra message")
arklog.error("Error message")
arklog.success("Success message")

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

arklog-0.5.1.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

arklog-0.5.1-py3-none-any.whl (4.7 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