SDL_GetDefaultLogOutputFunction - Man Page
Get the default log output function.
Header File
Defined in SDL3/SDL_log.h
Synopsis
#include "SDL3/SDL.h" SDL_LogOutputFunction SDL_GetDefaultLogOutputFunction(void);
Return Value
( SDL_LogOutputFunction ) Returns the default log output callback.
Thread Safety
It is safe to call this function from any thread.
Availability
This function is available since SDL 3.2.0.
See Also
·(3), SDL_SetLogOutputFunction(3), ·(3), SDL_GetLogOutputFunction(3)
Referenced By
SDL_GetLogOutputFunction(3), SDL_SetLogOutputFunction(3).
SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS