log_id_valist
Description:
[ Version ( since = "1.22" ) ]
public void log_id_valist (DebugCategory category, DebugLevel level, string file, string function, int line, string? id, string format, va_list args)
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 |
format |
a printf style format string |
args |
optional arguments for the format |
Namespace: Gst.Debug
Package: gstreamer-1.0