Get the current log output function.
void SDL_LogGetOutputFunction(SDL_LogOutputFunction *callback, void **userdata);
callback | an SDL_LogOutputFunction filled in with the current log callback |
userdata | a pointer filled in with the pointer that is passed to callback |
This function is available since SDL 3.0.0.