-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Python 标准库值得学习,可以当做 Python 使用范例,有助于理解第三方库
logging
- Logging HOWTO — Python 3.5.2 documentation
- basic
- advanced
The logging library takes a modular approach and offers several categories of components: loggers, handlers, filters, and formatters.