Scroll to navigation

SDL_LogGetOutputFunction(3) SDL3 FUNCTIONS SDL_LogGetOutputFunction(3)

NAME

SDL_LogGetOutputFunction - Get the current log output function.

SYNOPSIS

#include "SDL3/SDL.h"
void SDL_LogGetOutputFunction(SDL_LogOutputFunction *callback, void **userdata);

FUNCTION PARAMETERS

an SDL_LogOutputFunction
filled in with the current log callback
a pointer filled in with the pointer that is passed to callback

AVAILABILITY

This function is available since SDL 3.0.0.

SEE ALSO

SDL_LogSetOutputFunction(3)

SDL 3.0.0 SDL