Re: GTK Logging

2010-12-05 Thread Andrew Cowie
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 message

GTK Logging

2010-12-05 Thread Tim Corio
I'm using g_debug(...) in my application. Is there a way to turn off all debug messages? Thanks, Tim ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list