Good afternoon guys,
I'm working on a project that is using a Qt library in Visual Studio 2008. In this project I am using log4cxx 0.10.0 which is working fine. However, I am unable to get it to display in (this projects) console. I believe the reason has to do with it being a win32 application.
Anyone familiar with log4j(cxx) knows there is a properties file to configure.
Within that file, I have it writing to the console, but nothing is displayed. The .cmd won't pop up like other programs I have written, and it will not display in the VS console like qDebug().
Any ideas on how to go about fixing this?