Skip to main content

A colored logging formatter

Project description

Latest PyPI version Latest Travis CI build status

A colored logging formatter.

Installation

pip install logging-color-formatter

Usage

[loggers]
keys = root

[handlers]
keys = console

[formatters]
keys = generic

[logger_root]
level = DEBUG
handlers = console

[handler_console]
class = StreamHandler
args = (sys.stdout,)
level = NOTSET
formatter = generic

[formatters]
keys = color

[formatter_color]
class = logging_color_formatter.ColorFormatter

Licence

  • Apache License v2

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

logging-color-formatter-1.0.0.tar.gz (3.6 kB view details)

Uploaded Source

File details

Details for the file logging-color-formatter-1.0.0.tar.gz.

File metadata

File hashes

Hashes for logging-color-formatter-1.0.0.tar.gz
Algorithm Hash digest
SHA256 619113e97536805b551a40994ed58d9f3bfc44cf248e30fb266f0618652f689a
MD5 f60eb64adf3f3b309d4a18f8dd122962
BLAKE2b-256 74f58fd152e8efa2b025cda92044c5569cd619c711cc4dcfe8634e26e860f7ed

See more details on using hashes here.

Provenance

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