debug_add_log_function

function debug_add_log_function(func:Gst.LogFunction):void {
    // Gjs wrapper for gst_debug_add_log_function()
}

Adds the logging function to the list of logging functions. Be sure to use #G_GNUC_NO_INSTRUMENT on that function, it is needed.

func

the function to use