socket.io-client-cpp
socket.io-client-cpp copied to clipboard
How to print socket.IO logs?
Hello,
Can someone tell how to print socket.IO logs? Are verbose logs present? If yes how to activate them?
Thanks in advance for the help.
Hi, if you compile the project in debug mode it should print the logs. With CMake you can do it by passing the -DCMAKE_BUILD_TYPE=Debug when configuring the project. Otherwise make sure that DEBUG is defined in the preprocessor.