Function Macro

GrlLOG

Declaration [src]

#define GRL_LOG (
  domain,
  level,
  ...
)

Description [src]

Outputs a debugging message. This is the most general macro for outputting debugging messages. You will probably want to use one of the ones described below.

This function is not directly available to language bindings.

Parameters

domain

Type: -

The log domain to use.

level

Type: -

The severity of the message.

...

Type: -

A printf-style message to output.