table of contents
other versions
SDL_LogSetOutputFunction(3) | SDL3 FUNCTIONS | SDL_LogSetOutputFunction(3) |
NAME¶
SDL_LogSetOutputFunction - Replace the default log output function with one of your own.
SYNOPSIS¶
#include "SDL3/SDL.h"
void SDL_LogSetOutputFunction(SDL_LogOutputFunction callback, void *userdata);
FUNCTION PARAMETERS¶
AVAILABILITY¶
This function is available since SDL 3.0.0.
SEE ALSO¶
SDL_LogGetOutputFunction(3)
SDL 3.0.0 | SDL |