16 lines
484 B
Markdown
16 lines
484 B
Markdown
|
|
# 了解如何使用 Python 记录日志(视频)
|
||
|
|
|
||
|
|
> 原文:<https://www.blog.pythonlibrary.org/2020/05/12/learn-how-to-log-with-python-video/>
|
||
|
|
|
||
|
|
在此截屏中了解如何使用 Python 的日志模块:
|
||
|
|
|
||
|
|
[https://www.youtube.com/embed/e4n8OLn_Yek?feature=oembed](https://www.youtube.com/embed/e4n8OLn_Yek?feature=oembed)
|
||
|
|
|
||
|
|
您将了解以下内容:
|
||
|
|
|
||
|
|
* 创建日志
|
||
|
|
* 日志记录级别
|
||
|
|
* 日志处理程序
|
||
|
|
* 日志格式化程序
|
||
|
|
* 记录到多个位置
|
||
|
|
* 还有更多!
|