debugLogLiteral

Logs the given message using the currently registered debugging handlers.

Parameters

category gst.debug_category.DebugCategory

category to log

level gst.types.DebugLevel

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 gobject.object.ObjectG

the object this message relates to, or null if none

messageString string

a message string