本文介绍了python日志记录替代的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Python 日志记录模块使用起来很麻烦.还有更优雅的选择吗?与桌面通知集成将是一个加分.
The Python logging module is cumbersome to use. Is there a more elegant alternative? Integration with desktop notifications would be a plus.
推荐答案
您可以查看 Twiggy ,这是早期尝试构建日志记录模块的更多pythonic替代方法.
You can look into Twiggy, it's an early stage attempt to build a more pythonic alternative to the logging module.
这篇关于python日志记录替代的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!