55#define SDL_MAX_LOG_MESSAGE 4096
void SDL_LogSetOutputFunction(SDL_LogOutputFunction callback, void *userdata)
@ SDL_LOG_PRIORITY_CRITICAL
@ SDL_LOG_PRIORITY_VERBOSE
SDL_LogPriority SDL_LogGetPriority(int category)
void SDL_LogSetPriority(int category, SDL_LogPriority priority)
void SDL_LogGetOutputFunction(SDL_LogOutputFunction *callback, void **userdata)
void SDL_LogSetAllPriority(SDL_LogPriority priority)
void SDL_LogWarn(int category, SDL_PRINTF_FORMAT_STRING const char *fmt,...) SDL_PRINTF_VARARG_FUNC(2)
void SDL_LogResetPriorities(void)
void SDL_LogCritical(int category, SDL_PRINTF_FORMAT_STRING const char *fmt,...) SDL_PRINTF_VARARG_FUNC(2)
void SDL_LogDebug(int category, SDL_PRINTF_FORMAT_STRING const char *fmt,...) SDL_PRINTF_VARARG_FUNC(2)
void(* SDL_LogOutputFunction)(void *userdata, int category, SDL_LogPriority priority, const char *message)
void SDL_LogError(int category, SDL_PRINTF_FORMAT_STRING const char *fmt,...) SDL_PRINTF_VARARG_FUNC(2)
void SDL_Log(SDL_PRINTF_FORMAT_STRING const char *fmt,...) SDL_PRINTF_VARARG_FUNC(1)
void SDL_LogMessageV(int category, SDL_LogPriority priority, SDL_PRINTF_FORMAT_STRING const char *fmt, va_list ap) SDL_PRINTF_VARARG_FUNCV(3)
void SDL_LogVerbose(int category, SDL_PRINTF_FORMAT_STRING const char *fmt,...) SDL_PRINTF_VARARG_FUNC(2)
@ SDL_LOG_CATEGORY_CUSTOM
@ SDL_LOG_CATEGORY_RESERVED1
@ SDL_LOG_CATEGORY_RESERVED8
@ SDL_LOG_CATEGORY_RESERVED6
@ SDL_LOG_CATEGORY_RENDER
@ SDL_LOG_CATEGORY_RESERVED5
@ SDL_LOG_CATEGORY_RESERVED3
@ SDL_LOG_CATEGORY_RESERVED9
@ SDL_LOG_CATEGORY_SYSTEM
@ SDL_LOG_CATEGORY_RESERVED10
@ SDL_LOG_CATEGORY_RESERVED4
@ SDL_LOG_CATEGORY_APPLICATION
@ SDL_LOG_CATEGORY_RESERVED7
@ SDL_LOG_CATEGORY_ASSERT
@ SDL_LOG_CATEGORY_RESERVED2
void SDL_LogInfo(int category, SDL_PRINTF_FORMAT_STRING const char *fmt,...) SDL_PRINTF_VARARG_FUNC(2)
void SDL_LogMessage(int category, SDL_LogPriority priority, SDL_PRINTF_FORMAT_STRING const char *fmt,...) SDL_PRINTF_VARARG_FUNC(3)
#define SDL_PRINTF_VARARG_FUNCV(fmtargnumber)
#define SDL_PRINTF_FORMAT_STRING
#define SDL_PRINTF_VARARG_FUNC(fmtargnumber)