Commit Graph

5 Commits

Author SHA1 Message Date
Felix Kauselmann
6899bfbcf1 QsLog: Fix Windows console output 2023-04-22 20:13:45 +02:00
Felix Kauselmann
21b8b70657 QsLog: Use dedicated logging thread to avoid segfaults at app shutdown
When shutting down our apps, we clean up some ressources after app.exec()
has finished. As our logger runs on the apps main thread, it can no longer
respond to any debug messages generated during the cleanup phase.

This can lead to segfaults and error masking.

Solution: Run QsLog in a dedicated thread.
2022-11-19 19:26:34 +01:00
Luis Ángel San Martín
75060d4f24 Do not use QTextCodec in Qt6 2021-10-19 00:00:08 +02:00
Felix Kauselmann
1568a5f253 Update QsLog to 2.1 snapshot 46b643d5bcbc 2020-08-20 17:41:56 +02:00
Felix Kauselmann
c13ec618d0 Move QsLog to third_party directory 2020-08-20 17:41:56 +02:00