debugLogLiteral

fnvoid debugLogLiteral(gst.debug_category.DebugCategory category, gst.types.DebugLevel level, string file, string function_, int line, gobject.object.ObjectWrap object, 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__
objectthe object this message relates to, or null if none
messageStringa message string