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