SDL_LogError
Log a message with SDL_LOG_PRIORITY_ERROR.
- Provided by: libsdl3-doc (Version: 3.4.2+ds-1ubuntu1)
- Source: libsdl3
- Report a bug
Log a message with SDL_LOG_PRIORITY_ERROR.
#include <SDL3/SDL_log.h>
void SDL_LogError(int category, const char *fmt, ...);
It is safe to call this function from any thread.
This function is available since SDL 3.2.0.
SDL_Log(3), SDL_LogCritical(3), SDL_LogDebug(3), SDL_LogInfo(3), SDL_LogMessage(3), SDL_LogMessageV(3), SDL_LogTrace(3), SDL_LogVerbose(3), SDL_LogWarn(3)