Hi,
i need a simple logging solution while writing Cocoa/OpenGL application in C++.
I'd like:
cout << "debug line" << endl;
to open a console window and show the text. Is it possible?
I'm using XCode, maybe it has some logging utility in debug mode?
Thanks in advance,
Etam.