the logging module in python

Опубликовано: 12 Октябрь 2024
на канале: Darren Lefcoe
18
0

the description
---------------
logging — Logging facility for Python

This module defines functions and classes which implement a flexible event logging system for applications and libraries.

The key benefit of having the logging API provided by a standard library module is that all Python modules can participate in logging, so your application log can include your own messages integrated with messages from third-party modules.


useful links
------------
book:
https://www.amazon.co.uk/dp/B0BHL2XKCR


useful hashtags
---------------
#python
#pythontutorial
#pythonprogramming
#pythonforbeginners
#pythonprojects