Function SDL_Log
pub unsafe extern "C" fn SDL_Log(fmt: *const i8, ...)
Available on crate feature
dep_sdl3
only.Expand description
Log a message with SDL_LOG_CATEGORY_APPLICATION
and SDL_LOG_PRIORITY_INFO
.
§Parameters
fmt
: a printf() style message format string....
: additional parameters matching % tokens in thefmt
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.