On Sun, 2010-12-05 at 14:41 -0500, Tim Corio wrote: > I'm using g_debug(...) in my application. Is there a way to turn off > all debug messages?
I suppose you could call g_log_set_default_handler() and replace the default handler with a local custom one which would either ditch all logged messages [bad] or manually dispatch anything !G_LOG_LEVEL_DEBUG. AfC Sydney
_______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list