Self

SDL_LogGetOutputFunction

Use this function to get the current log output function.

Syntax

void SDL_LogGetOutputFunction(SDL_LogOutputFunction* callback,
                              void**                 userdata)

Function Parameters

callback

a pointer filled in with the current log callback; see Remarks for details

userdata

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

Code Examples

You can add your code example here

Remarks

The function prototype for callback is:


CategoryAPI, CategoryLog

None: SDL_LogGetOutputFunction (last edited 2014-01-06 18:14:20 by JonathanDearborn)