PDA

View Full Version : logging support!!



Raajesh
18th June 2008, 16:10
Hi all,

Does Qt support logging[errors,exceptions &stuff like that] or some other library is available which is easily configurable with Qt? Can some body point me on this ?

Thanks
Raajesh

mcosta
18th June 2008, 19:18
A simple logging support is available through QtGlobal::qInstallMsgHandler() function.

You can implement your Message Handler and install it.

For more complete logging framework you can see log4cpp, ACE, POCO....