PDA

View Full Version : logging and tracing in Qt



Artschi
12th January 2006, 12:13
Since Qt doesn't provide any own logging / tracing capabilities I'm looking for a suitable solution or library. Is there any qualified lib, which integrates in the Qt frammework?

Thanks Artschi

sunil.thaha
12th January 2006, 13:00
Will this Help
http://sourceforge.net/project/showfiles.php?group_id=40830

wysota
13th January 2006, 22:37
You can use qDebug() and family for tracing.

Artschi
17th January 2006, 19:13
Hi all, thanks for your support.

The log4cplus looks quite interesting. It's the log4j approach, which is powerfull and well accepted. But it looks like there are no activities at all for a longer time in that project :confused:

Do you have any experience with that lib? Is it mature enought for real applications?

The QDebug fits for developer testing. But it doesn't meet requirements like log levels, categories cunfigurable output channels.

Cheers Artschi

wysota
17th January 2006, 21:10
I used log4cpp. It's available at SF.