2018年4月23日

Python学习笔记(11)日志

摘要: 日志等级 debug<info<warning<error<critical 默认打印 warning,error, critical 三个等级的日志 import logging logging.debug('debug message') logging.info('info message') 阅读全文

posted @ 2018-04-23 11:23 童话与海 阅读(98) 评论(0) 推荐(0)

导航