SDL_GetDefaultLogOutputFunction - Man Page
Get the default log output function.
Synopsis
#include <SDL3/SDL_log.h> SDL_LogOutputFunction SDL_GetDefaultLogOutputFunction(void);
Return Value
Returns the default log output callback. It should be called with NULL for the userdata argument.
Thread Safety
It is safe to call this function from any thread.
Availability
This function is available since SDL 3.2.0.
See Also
Referenced By
SDL_GetLogOutputFunction(3), SDL_SetLogOutputFunction(3).
SDL 3.4.8 Simple Directmedia Layer SDL3 FUNCTIONS