Re: GTK Logging
- From: Andrew Cowie <andrew operationaldynamics com>
- To: gtk-app-devel-list gnome org
- Subject: Re: GTK Logging
- Date: Mon, 06 Dec 2010 15:12:49 +1100
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]