dcbishop / g3test

An OpenGL 3/4 core profile experimenting framework.
6 stars 0 forks source link

Update the debug logging system #18

Open dcbishop opened 12 years ago

dcbishop commented 12 years ago

console.h is some old C code ported across.

Ability to re-target log output. To a QT Widget with tables, nice formatting, search and filtering for example.

Store logs in memory?

C++ify it.

Consider using streams.

dcbishop commented 12 years ago

Or look at using a 3rd party library: http://stackoverflow.com/questions/696321/best-logging-framework-for-native-c Boost.Log Google's glog Pantheios