摘要: class Logger: def __init__(self, path, clevel = logging.DEBUG, Flevel = logging.DEBUG): self.logger = logging.getLogger(path) #通过logging.getLogger来获取l 阅读全文
posted @ 2017-06-05 10:48 冽泉 阅读(147) 评论(0) 推荐(0)