add: spdlog and basic client code.

This commit is contained in:
2025-06-14 23:25:16 +08:00
parent 16572fa29c
commit 3f74ca3b1b
116 changed files with 26940 additions and 4 deletions

7
Test/msgTest.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include "msgTest.h"
void setConsoleMsgHandler()
{
Util::InitLogger("FrelayTest.log", "FrelayTest");
qInstallMessageHandler(Util::ConsoleMsgHander);
}