SDL_GetLogOutputFunction

Get the current log output function.

extern (C) nothrow @nogc
void
SDL_GetLogOutputFunction

Parameters

callback SDL_LogOutputFunction*

an SDL_LogOutputFunction filled in with the current log callback.

userdata void**

a pointer filled in with the pointer that is passed to callback.

Threadsafety: It is safe to call this function from any thread.

See Also

Meta