Replace the default log output function with one of your own.
an SDL_LogOutputFunction to call instead of the default.
a pointer that is passed to callback.
Threadsafety: It is safe to call this function from any thread.
SDL_GetDefaultLogOutputFunction SDL_GetLogOutputFunction
See Implementation
Replace the default log output function with one of your own.