Debug.logValist

Logs the given message using the currently registered debugging handlers.

struct Debug
static
void
logValist

Parameters

category DebugCategory

category to log

level GstDebugLevel

level of the message is in

file string

the file that emitted the message, usually the __FILE__ identifier

function_ string

the function that emitted the message

line int

the line from that the message was emitted, usually __LINE__

object ObjectG

the object this message relates to, or NULL if none

format string

a printf style format string

args void*

optional arguments for the format