• 2025-11-14
python loguru如何记录日志

Loguru是比logging更易用的Python日志库,自动配置并支持彩色输出。1.安装:pipinstallloguru;2.基本使用:导入logger直接记录info、warning、error......

11