Michael Driscoll

#Python
#Logging
#Structlog
#Loguru
What does every new developer do when they are first learning to program? They print out strings to their terminal. It's how we learn! But printing out to the terminal isn't what you do with most professional applications.
In those cases, you log in. Sometimes, you log into multiple locations at once. These logs may serve as an audit trail for compliance purposes or help the engineers debug what went wrong.
Python Logging teaches you how to log in the Python programming language. Python is one of the most popular programming languages in the world. Python comes with a logging module that makes logging easy.
What You'll Learn
In this book, you will learn how about the following:
Table of Contents
Introduct ion to Python Logging
Chapter 1 - An Intro to logging
Chapter 2 - Log Levels
Chapter 3 - Log Handlers
Chapter 4 - Log Formatters
Chapter 5 - Log Configuration
Chapter 6 - Log Filters
Chapter 7 - Logging from Multiple Modules
Chapter 8 - Creating a Logging Decorator
Chapter 9 - Rotating Logs
Chapter 10 - Logs and Concurrency
Chapter 11 - Logging with Loguru
Chapter 12 - Logging with Structlog
About the Author
Michael Driscoll has been programming with the Python language since 2006. He has been writing about Python on his blog, "The Mouse Vs. The Python", and is a member of the Python Software Foundation. He has co-authored "Core Python Cheatsheet" for DZone and is a regular contributor to the Real Python website. He has also been a technical reviewer for Python books from Packt Publishing and No Starch Press.
Michael has written several books on Python and wxPython. He also recently released a complete rewrite of Python 101 and has a couple more books in the pipeline
Michael enjoys photography, a wide variety of music, and learning more about Christian apologetics.









