Versions

Description

Python logging Formatter for colorizing logs per thread, process, logger name, or any record attribute Using this logging formatter to make log records that share a common attribute share a color automatically. For example, a process with three threads could show the log entries for each thread in a different color. The same can be done per process, or per logger name. Any log record attribute can be used to choose the color used for the log entry. The entire log record, the particular log field ('level' or 'process' for ex.), or a group of fields can be colorized based on an attribute value. For example, the fields for 'thread', 'threadName', 'process', 'processName' could be colorized based on the thread id.

Repository

https://github.com/alikins/color_bucket_logger.git

Project Slug

color-bucket-logger

Last Built

3 years, 9 months ago passed

Maintainers

Home Page

https://github.com/alikins/color_bucket_logger/

Badge

Tags

logging, python

Short URLs

color-bucket-logger.readthedocs.io
color-bucket-logger.rtfd.io

Default Version

latest

'latest' Version

master