python-zenlog:懒惰的Python脚本日志记录

时间:2024-06-07 02:29:07
【文件属性】:

文件名称:python-zenlog:懒惰的Python脚本日志记录

文件大小:20KB

文件格式:ZIP

更新时间:2024-06-07 02:29:07

Python

Zenlog是用于懒人的Python日志记录工具,旨在快速使用经过修饰的日志消息。 用法 不想每次想要快速登录正在编写的hacky脚本时都停下来阅读文档吗? 只需一行,您就可以开始: from zenlog import log 然后应该很容易开始: log.debug("A quirky message only developers care about") log.info("Curious users might want to know this") log.warn("Something is wrong and any user should be informed") log.error("Serious stuff, this is red for a reason") log.critical("OH NO everything is on fire") 输出:


【文件预览】:
python-zenlog-master
----.gitignore(22B)
----README.md(4KB)
----LICENSE(34KB)
----tests.py(2KB)
----colorlogs.png(3KB)
----zenlog()
--------__init__.py(4KB)
----requirements.txt(16B)
----setup.py(465B)

网友评论