'''Include File(s):''' [http://hg.libsdl.org/SDL/file/default/include/SDL_log.h SDL_log.h]
This category contains functions for handling simple log messages with categories and priorities.
<<Include(SDL_LogPriority, , , from="Start Include Default Priority", to="## End Include Default Priority")>>
If you're debugging SDL you might want to call: '''SDL_LogSetAllPriority(SDL_LOG_PRIORITY_VERBOSE);'''
Here's where the messages go on different platforms: {| |Windows |debug output stream |- |Android |log output |- |PSP |"SDL_Log.txt" |- |Others |standard error output (stderr) |}
Messages longer than the maximum size (4096 bytes) will be truncated.
<<FullSearchCached(category:CategoryEnum CategoryLog -title:SGEnumerations)>>
<<FullSearchCached(category:CategoryLog -CategoryEnum -CategoryStruct -title:SGFunctions)>>