Re: C++ using Qt and Log4cxx does not show in console

2013-05-21 Thread Thorsten Schöning
Guten Tag Mike, am Dienstag, 21. Mai 2013 um 19:44 schrieben Sie: > 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 . Co

Re: C++ using Qt and Log4cxx does not show in console

2013-05-21 Thread Mike
Log4cxx does not show in console To: "Log4CXX User" Date: Tuesday, May 21, 2013, 3:13 PM Mike, Hee is the logs.config file I use.  To turn on logging to console just add    , stdout  to the first line like this: log4j.rootLogger=INFO, Fi

Re: C++ using Qt and Log4cxx does not show in console

2013-05-21 Thread Mike
sole would go to a typical cmd prompt. I am fine using either or. Regards, -Mike --- On Tue, 5/21/13, Jacob L. Anawalt wrote: From: Jacob L. Anawalt Subject: Re: C++ using Qt and Log4cxx does not show in console To: log4cxx-user@logging.apache.org Date: Tuesday, May 21, 2013, 3:37 PM On 5/

Re: C++ using Qt and Log4cxx does not show in console

2013-05-21 Thread Jacob L. Anawalt
On 5/21/2013 11:44 AM, Mike wrote: I am attempting to use log4cxx to write to the Visual Studio (2008) console. Do you mean the VS debug output window via OutputDebugString, or are you talking about a standard console via AllocConsole or a Win32 console application? -- Jacob Anawalt Gecko

Re: C++ using Qt and Log4cxx does not show in console

2013-05-21 Thread Wesley J. Miller
Mike, Hee is the logs.config file I use. To turn on logging to console just add, stdout to the first line like this: log4j.rootLogger=INFO, File, stdout -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=