Replace the default log output function with one of your own.
Defined in SDL_log.h
void SDL_LogSetOutputFunction(SDL_LogOutputFunction callback, void *userdata);
callback
This function is available since SDL 2.0.0.
CategoryAPI, CategoryAPIFunction, CategoryLog