I am attempting to use log4cxx to write to the Visual Studio (2008) console. However, I am using a Qt library in a Win 32 application that does not use (and won't work) std::cout or std::cerr to print to the console .
I know in the properties file you are able to create you own appenders. How would I go about doing this to get it to display in the console or is there a better way to approach this? Regards, Mike