SDL_Log

Log a message with SDL_LOG_CATEGORY_APPLICATION and SDL_LOG_PRIORITY_INFO.

extern (C) nothrow @nogc
void
SDL_Log
(
const(char)* fmt
,)

Parameters

fmt const(char)*

a printf() style message format string. ... = additional parameters matching % tokens in the fmt string, if any.

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

See Also

Meta