sdrangel/logging
Jon Beniston f204c168f6 Add crash handler on Windows.
Add memory buffer to Logger, so last 500 log messages can be included in crash report.
Generate and include stripped pdb files so stack trace can include function names.
2025-07-31 16:35:44 +01:00
..
CMakeLists.txt Add crash handler on Windows. 2025-07-31 16:35:44 +01:00
bufferlogger.cpp Add crash handler on Windows. 2025-07-31 16:35:44 +01:00
bufferlogger.h Add crash handler on Windows. 2025-07-31 16:35:44 +01:00
dualfilelogger.cpp Imported Stefan Frings' logging library from QtWebApp and use it in main window 2017-11-11 10:29:32 +01:00
dualfilelogger.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
filelogger.cpp Fix some typos 2019-07-22 23:14:23 +02:00
filelogger.h Fix typos in include files 2024-07-10 23:06:38 +02:00
fileloggersettings.h force 24h time format 2018-05-11 11:00:08 +02:00
logger.cpp Replace deprecated QMutex(Recursive) with QRecursiveMutex 2022-09-17 23:00:07 +02:00
logger.h Fix typos in include files 2024-07-10 23:06:38 +02:00
loggerwithfile.cpp Add crash handler on Windows. 2025-07-31 16:35:44 +01:00
loggerwithfile.h Add crash handler on Windows. 2025-07-31 16:35:44 +01:00
logging.pri Logging: added a console and optional dual file logger 2017-11-11 23:44:05 +01:00
logglobal.h Imported Stefan Frings' logging library from QtWebApp and use it in main window 2017-11-11 10:29:32 +01:00
logmessage.cpp Logging: Windows build 2017-11-12 03:00:54 +01:00
logmessage.h force 24h time format 2018-05-11 11:00:08 +02:00
readme.md Imported Stefan Frings' logging library from QtWebApp and use it in main window 2017-11-11 10:29:32 +01:00

readme.md

QtWebApp logger

This is based on the logging part of QtWebApp from Stefan Frings

Some changes have been made to support the option of having a console logging plus optional file logging