raylib-cpp-starter icon indicating copy to clipboard operation
raylib-cpp-starter copied to clipboard

Debugging / Logging Does not work.

Open SamuelAsherRivello opened this issue 5 months ago • 0 comments

The template is great. Its easy to get the project up and running.

However, there is no logging. Please add logging.

If I add logging to the main.cpp file

#include <iostream>

and

std::cout << "Hello World!" << std::endl;

There is no logging output to the terminal. See attached.

image

SamuelAsherRivello avatar Sep 06 '24 17:09 SamuelAsherRivello