Optionally log messages to file (#11059)

* Add spdlog as submodule
* Add RiaFileLogger
* Control use of file logger from preferences
This commit is contained in:
Magne Sjaastad
2024-01-15 17:51:03 +01:00
committed by GitHub
parent caa42a89d3
commit 5c096748c8
13 changed files with 313 additions and 27 deletions

3
.gitmodules vendored
View File

@@ -25,3 +25,6 @@
[submodule "ThirdParty/qtadvanceddocking"]
path = ThirdParty/qtadvanceddocking
url = https://github.com/CeetronSolutions/qtadvanceddocking.git
[submodule "ThirdParty/spdlog"]
path = ThirdParty/spdlog
url = https://github.com/gabime/spdlog.git