SDL_LogWarn

Log a message with SDL_LOG_PRIORITY_WARN.

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

Parameters

category int

the category of the message.

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