pub unsafe extern "C" fn SDL_LogDebug(
category: c_int,
fmt: *const c_char,
...
)Expand description
Log a message with SDL_LOG_PRIORITY_DEBUG.
§Parameters
category: the category of the message.fmt: a printf() style message format string....: additional parameters matching % tokens in the fmt string, if any.
§Thread safety
It is safe to call this function from any thread.
§Availability
This function is available since SDL 3.2.0.