debug_add_log_function
Description:
public void debug_add_log_function (
LogFunction func,
void* data)
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 |
| data |
user data |