[ forky ]
[ sid ]
[ 源代码: python-tiered-debug ]
软件包:python3-tiered-debug(1.0.0-2)
python3-tiered-debug 的相关链接
Debian 的资源:
下载源码包 python-tiered-debug:
- [python-tiered-debug_1.0.0-2.dsc]
- [python-tiered-debug_1.0.0.orig.tar.gz]
- [python-tiered-debug_1.0.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Python logging helper module that allows multiple levels
This module provides a way to enable multiple tiers of debug logging. It's not doing anything fancy. It's just a wrapper around a standard logger.debug() call that caps the highest tier of debug logging to a value which can be set via the environment variable TIERED_DEBUG_LEVEL at runtime, which has a default of 1, but can be set to any value between 1 and 5. It can also be set interactively via the set_level() function.