debugAddLogFunction
fn
void debugAddLogFunction(gst.types.LogFunction func)Adds the logging function to the list of logging functions. Be sure to use #G_GNUC_NO_INSTRUMENT on that function, it is needed.
Parameters
func | the function to use |