SDL_LogError

Log a message with SDL_LOG_PRIORITY_ERROR.

extern (C) nothrow @nogc
void
SDL_LogError
(,
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