摘要: import os,sys,logging from logging import handlers class Loggers(object): # 日志级别关系映射 level_relations = { 'debug': logging.DEBUG, 'info': logging.INFO, 阅读全文
posted @ 2021-07-02 10:58 lucky_tomato 阅读(46) 评论(0) 推荐(1) 编辑