BSSZDS930

博客园 首页 新随笔 联系 订阅 管理

2020年4月22日 #

摘要: 将日志同时输出到文件和屏幕 formatter = logging.Formatter("%(asctime)s - %(name)s - %(levelname)s - %(message)s") # 指定输出的格式和内容 handler = logging.FileHandler("log.tx 阅读全文
posted @ 2020-04-22 10:06 BSSZDS930 阅读(134) 评论(0) 推荐(0) 编辑