Function t8_set_external_log_fcn

Function Documentation

void t8_set_external_log_fcn(void (*log_fcn)(int category, int priority, const char *msg))

Set a custom logging function to be used by t8code.

When setting a custom logging function, the t8code internal logging function will be ignored.

Parameters:

log_fcn[in] A function pointer to a logging function