awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
borntyping avatar

borntyping/python-colorlog

0
View on GitHub↗
964 星标·98 分支·Python·MIT·2 次浏览pypi.python.org/pypi/colorlog↗

Python Colorlog

A colored formatter for the python logging module

Features

  • Logging and Output - Adds color formatting to standard logging output.

Star 历史

borntyping/python-colorlog 的 Star 历史图表borntyping/python-colorlog 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Python Colorlog 的开源替代方案

相似的开源项目,按与 Python Colorlog 的功能重合度排序。
  • easycorp/easy-log-handlerEasyCorp 的头像

    EasyCorp/easy-log-handler

    2,005在 GitHub 上查看↗

    Easy-log-handler is a PHP library designed to transform raw, unstructured application logs into human-readable, hierarchical formats. It functions as a logging middleware component that intercepts diagnostic streams to improve clarity during active development and troubleshooting. The tool distinguishes itself by providing stateful log aggregation and regex-based parsing, which allow it to collapse duplicate entries and extract structured data from raw text. By applying template-driven formatting and dynamic metadata filtering, it reduces information overload and ensures that essential diagno

    PHPdxloglogger
    在 GitHub 上查看↗2,005
  • astanin/python-tabulateastanin 的头像

    astanin/python-tabulate

    2,563在 GitHub 上查看↗

    Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from bitbucket.org/astanin/python-tabulate.

    Python
    在 GitHub 上查看↗2,563
  • delgan/loguruDelgan 的头像

    Delgan/loguru

    23,964在 GitHub 上查看↗

    Loguru is a Python logging library and thread-safe framework designed for recording system events and diagnostic messages. It functions as a structured logging tool that can serialize messages into JSON strings with metadata for automated parsing and analysis. The library includes a specialized exception tracker that captures unhandled crashes across main and background threads, rendering detailed stack traces that include local variable values. It further distinguishes itself through a unified routing pipeline that can intercept messages from the standard library logging module and dispatch

    Python
    在 GitHub 上查看↗23,964
  • cknd/stackprinterC

    cknd/stackprinter

    0在 GitHub 上查看↗

    This is a more helpful version of Python's built-in exception message: It shows more code context and the current values of nearby variables. That answers many of the questions I'd ask an interactive debugger: Where in the code was the crash, what's in the relevant variables, and why was that…

    在 GitHub 上查看↗0
查看 Python Colorlog 的所有 14 个替代方案→

常见问题解答

borntyping/python-colorlog 是做什么的?

A colored formatter for the python logging module

borntyping/python-colorlog 的主要功能有哪些?

borntyping/python-colorlog 的主要功能包括:Logging and Output。

borntyping/python-colorlog 有哪些开源替代品?

borntyping/python-colorlog 的开源替代品包括: easycorp/easy-log-handler — Easy-log-handler is a PHP library designed to transform raw, unstructured application logs into human-readable,… astanin/python-tabulate — Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from… delgan/loguru — Loguru is a Python logging library and thread-safe framework designed for recording system events and diagnostic… cknd/stackprinter — This is a more helpful version of Python's built-in exception message: It shows more code context and the current… getsentry/sentry-python — The official Python SDK for Sentry.io. hynek/structlog — structlog is a structured logging library for Python that treats log entries as dictionaries instead of strings. This…