Python - Logging. With a simple example.

Опубликовано: 29 Сентябрь 2024
на канале: VitoshAcademy
88
1

Presenting "Python - Logging", based on the book:
"Python How-To 63 techniques to improve your Python code"
https://www.manning.com/books/python-...
http://mng.bz/XNO6

Code available here:
https://www.vitoshacademy.com/python-...

Discount code for all manning books (40%) is here:
watchcui40

Contents:
Introduction - 0:01
The logger object and how to use it - 0:30
Logging to a file and to the console - 3:35
Beautiful logging to a file - 18:29