Get the default log output function.
Defined in <SDL3/SDL_log.h>
SDL_LogOutputFunction SDL_GetDefaultLogOutputFunction(void);(SDL_LogOutputFunction) Returns the default log output callback. It should be called with NULL for the userdata argument.
It is safe to call this function from any thread.
This function is available since SDL 3.2.0.