摘要: import logging.handlers import datetime class ColoredFormatter(logging.Formatter): COLOR_CODES = { 'DEBUG': '\033[94m', # 蓝色 'INFO': '\033[92m', # 绿色 阅读全文
posted @ 2023-09-21 15:57 时光煮酒丶 阅读(249) 评论(0) 推荐(0)