notes.zip
大小:3.07MB
价格:41积分
下载量:0
评分:
5.0
上传者:weixin_45174417
更新日期:2024-10-22

notes11111.zip

资源文件列表(大概)

文件名
大小
notes/1.py
637B
notes/18255b1ed6204f3baeec431006bbdc1a.png
1.35MB
notes/c++.md
1.03KB
notes/cmake 交叉编译.md
5.57KB
notes/code_skill_notes.html
20.96KB
notes/code_skill_notes.md
9.42KB
notes/example.html
7.91KB
notes/example.md
2.54KB
notes/image.png
34.07KB
notes/image-1.png
129.41KB
notes/image-2.png
70.05KB
notes/image-3.png
705.03KB
notes/image-4.png
704.57KB
notes/image-5.png
116.75KB
notes/work_notes.md
313B
notes/za.html
4.13KB
notes/za.md
747B

资源内容介绍

notes11111.zip
# 打印日志import loggingimport logging# 配置日志记录器logging.basicConfig(level=logging.INFO) # 设置日志记录器的级别为 INFO# 输出日志信息logging.info('info级别,正常输出信息,打印正常完成的操作信息')# 打印到控制台# logging.debug('debug级别,最低级别,打印调试信息')logging.info('info级别,正常输出信息,打印正常完成的操作信息')# logging.warning('waring级别,打印告警信息')# logging.error('error级别,打印报错信息')# logging.critical('critical 级别,等级最高,打印致命的错误信息')

用户评论 (0)

发表评论

captcha