On 14 févr. 2012, at 12:29, Graham Labdon wrote: > Hi > I have the following requirement – > If my Qt Gui app is running in debug mode a console should be displayed and > this should be able to display log messages > If in release mode the log messages are to be sent to a file. > > I have looked at the QsLogger package but this will only send messages to a > file > > Does anyone know how this could be achieved? > > Thanks > > > Graham > > _______________________________________________ > Interest mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/interest
Hi, You could be interested by: http://www.kdab.com/kd-tools Their log related classes provide what you need Hope it helps Samuel _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
