Function Macro

Purpledebug_error

since: 2.0

Declaration [src]

#define purple_debug_error (
  category,
  format,
  ...
)

Description [src]

Outputs error level debug information.

This is a wrapper for purple_debug(), and uses #PURPLE_DEBUG_ERROR as the level.

See g_critical().

Available since: 2.0

This function is not directly available to language bindings.

Parameters

category

Type: -

The category or NULL.

format

Type: -

The format string.

...

Type: -

The parameters to insert into the format string.