Skip to main content

SDL_GetDefaultLogOutputFunction

Function SDL_GetDefaultLogOutputFunction 

Source
pub unsafe extern "C" fn SDL_GetDefaultLogOutputFunction() -> SDL_LogOutputFunction
Expand description

Get the default log output function.

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.

Available Since: This function is available since SDL 3.2.0.

See Also: SDL_SetLogOutputFunction See Also: SDL_GetLogOutputFunction