import logging FORMAT = "Scripts: Test_%s.py, Status: %s, UpdateResut: %s" class ATlog(object): ''' this class is used to output different kinds of logs ''' def __init__(self): self.logger =logging.getLogger("Tam
log具体示例
最新推荐文章于 2021-03-01 16:54:45 发布
本文介绍了如何使用Python的logging模块来记录不同级别的日志,包括初始化logger,设置日志格式,以及info、error、debug、warn和critical五个级别日志的使用方法,并通过示例代码展示了它们的输出效果。
摘要由CSDN通过智能技术生成