debugLogIdLiteral
fn
void 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
category | category to log |
level | level of the message is in |
file | the file that emitted the message, usually the __FILE__ identifier |
function_ | the function that emitted the message |
line | the line from that the message was emitted, usually __LINE__ |
id | the identifier of the object this message relates to or null if none |
messageString | a message string |