python colorlog:python日志记录模块的彩色格式化程序 源码
用颜色记录格式! colorlog.ColoredFormatter是与Python的logging模块一起使用的格式化程序,该模块使用终端颜色输出记录。 安装 通过以下方式从PyPI安装: pip install colorlog 一些Linux发行版提供了官方软件包( , , 和 ),而其他则有用户提供的软件包( , , , )。 用法 import colorlog handler = colorlog . StreamHandler () handler . setFormatter ( colorlog . ColoredFormatter ( '%(log_colo
文件列表
python-colorlog-master.zip
(预估有个24文件)
python-colorlog-master
MANIFEST.in
137B
colorlog
tests
test_example.py
316B
test_config.ini
313B
test_logging.py
316B
conftest.py
2KB
test_config.py
1KB
test_colorlog.py
3KB
暂无评论