debugLogIdLiteral

fnvoid debugLogIdLiteral(gst.debug_category.DebugCategory category, gst.types.DebugLevel level, string file, string function_, int line, string id, string messageString)

Logs the given message using the currently registered debugging handlers.

Parameters

categorycategory to log
levellevel of the message is in
filethe file that emitted the message, usually the __FILE__ identifier
function_the function that emitted the message
linethe line from that the message was emitted, usually __LINE__
idthe identifier of the object this message relates to or null if none
messageStringa message string