python s12

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python s12相关的知识,希望对你有一定的参考价值。

logging模块

很多程序都有记录日志的需求,并且日志中包含的信息即有正常的程序访问日志,还可能有错误、警告等信息输出,python的logging模块提供了标准的日志接口,你可以通过它存储各种格式的日志,logging的日志从低到高可以分为 debug()info()warning()error() and critical() 5个级别

以上是关于python s12的主要内容,如果未能解决你的问题,请参考以下文章

python s12 day2

python s12 day3

Python s12 Day2 笔记及作业

Python s12 Day1 笔记及作业

python s12 day4 算法基础之二分查找

python2.0 s12 day8 _ python线程