Re: GTK Logging



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]