Skip to main content

ColorInfo 是一个使用Python3编写的简单的彩色日志工具,拥有简单、友好的语法,采用纯原始功能实现,无需依赖任何第三方模块

Project description

ColorInfo

介绍

ColorInfo 是一个使用Python3编写的简单的彩色日志工具,主要特性:

  • 使用简单
  • 彩色输出
  • 中文注释
  • 支持全部Python3版本(>=3.0)

更新内容

1.2.4

  • 独立实例参数配置

安装教程

执行下面的命令即可

pip3 install --upgrade ColorInfo

Demo

# -*- encoding: utf-8 -*-
"""
@File    :   demo.py
@Time    :   2022-10-26 23:51
@Author  :   坐公交也用券
@Version :   1.0
@Contact :   liumou.site@qq.com
@Homepage : https://liumou.site
@Desc    :   演示
"""
from ColorInfo import ColorLogger

log = ColorLogger(txt=True, fileinfo=True, basename=False)
log.info(msg='1', x="23")
log.error('2', '22', '222')
log.debug('3', '21')
log.warning('4', '20', 22)

效果

请在gitee项目主页查看图片

logg.png

项目主页

https://pypi.org/project/ColorInfo/

https://gitee.com/liumou_site/ColorInfo.git

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

ColorInfo-2.2.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

ColorInfo-2.2.0-py3-none-any.whl (9.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