Quick Note: Adding Custom Attributes to LogRecord Objects
As I've told in the previous QN , Quick Note is a series where I take a quick note and put some code samples about how I have solved a particular problem.
The Definition of The Problem
Today, I needed to add a UUID instance to a LogRecord object...
erayerdin.com