I\'m using the the C++/Qt print function qDebug, but sometimes I would like to control how \", space and newline is appended and not use the default qDebug.
Let\'s
Another way is to use your own message handler. Hope this helps.