THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

Wireshark uses the glib system for printing messages to the console. One caveat is, that this catches even stderr and stdout messages. You can use G_DEBUG and G_MESSAGES_DEBUG as described on https://developer.gnome.org/glib/stable/glib-running.html to make them visible.

Additionally you might need to create qtlogging.ini with appropriate settings for your application as well (http://doc.qt.io/qt-5/qloggingcategory.html#configuring-categories).