Function SDL_GetDefaultLogOutputFunction
Source pub unsafe extern "C" fn SDL_GetDefaultLogOutputFunction() -> SDL_LogOutputFunction
Expand description
Get the default log output function.
§Return value
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