debugAddLogFunction

fnvoid debugAddLogFunction(gst.types.LogFunction func) nothrow

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

functhe function to use