Debugging Messages
Debugging Messages — Methods supporting debugging
Synopsis
#include <debug.h>
#define g_debug (...)
Description
These methods are created to improve debugging of criawips.
Details
g_debug()
#define g_debug(...)
This macro completes the family of message macros of glib. It will be
included by glib 2.6 and so is likely to be removed once we depend on
it.
... : | format string, followed by parameters to insert into the format string (as with printf())
|