How can I make a threadsafe logging handler subclass that triggers events in the main Qt loop?
I have a PySide6 application that uses threading and logging. My logger has a custom handler defined below, which pops up a messagebox that requires user attention for higher level logging events: