Added a logging utility class and supplemented, standardized the logging output for all modules.

This commit is contained in:
戒酒的李白
2025-01-27 18:09:30 +08:00
parent 1288b5f0be
commit c62f2b2a8e
13 changed files with 469 additions and 189 deletions
+4
View File
@@ -0,0 +1,4 @@
2025-01-27 17:10:23 [weibo_analysis] [INFO] 普通信息
2025-01-27 17:10:23 [weibo_analysis] [WARNING] 警告信息
2025-01-27 17:10:23 [weibo_analysis] [ERROR] 错误信息
2025-01-27 17:10:23 [weibo_analysis] [CRITICAL] 严重错误
View File
View File