Closed xmxanuel closed 9 years ago
CLion thinks the Logging Command is an error. found issue already on ticketsystem of Clion. everything works fine. we just need to change the inspector in case we would get to much annoyed from the wrong red line.
The Framework workes fine, but:
The red lines are very annoying. How can we change the inspector? Can you please exchange all cout << with LOG_DEBUG <<? Then it is uniform.
I found a workaround for the static analyzer errors in 679dc32, but it required me to change the library itself a bit :(
hi,
i added a logger to the project:
Link to the logger Framework: https://github.com/SergiusTheBest/plog
Very important: you have to add the plog folder to our local c++ libaries add the plog folder to: /usr/local/include
example Log:
LOG_DEBUG << "hello logger";