2.0alpha1
Pre-release
Pre-release
- Note: This is a refactored version with significant changes that are not backwards compatible.
- Supports more log handlers, including but not limited to all handlers built into
logging
. - Refactored the logger creation process, which is no longer compatible with previous versions due to numerous parameter changes.
- Refactored the default logger, which is not compatible with previous versions, and its configuration format has also undergone significant changes.
- More appropriate code annotations and comments.
- Added support for Python 3.13 version.
- 注意:此版本为重构版本,大量改动不向下兼容。
- 支持更多的日志处理程序,包括但不限于
logging
中内置的所有处理器。 - 重构日志记录器的创建过程,重构后与旧版本不兼容,大量参数变动。
- 重构默认的日志记录器,与旧版本不兼容,其配置格式也发生较大变化。
- 更恰当的代码注解和注释。
- 增加对 Python3.13 版本的支持。