Function Macro

GLibDEBUG_HERE

since: 2.50

Declaration

#define G_DEBUG_HERE (
  void
)

Description

A convenience form of g_log_structured(), recommended to be added to functions when debugging. It prints the current monotonic time and the code location using G_STRLOC.

Available since: 2.50

This function is not directly available to language bindings.