##master-page:CategoryTemplate ##master-date:Unknown-Date #pragma camelcase off #format wiki #language en = Log Handling = '''Include File(s):''' [[http://hg.libsdl.org/SDL/file/default/include/SDL_log.h|SDL_log.h]] <> == Introduction == This category contains functions for handling simple log messages with categories and priorities. <> If you're debugging SDL you might want to call: {{{SDL_LogSetAllPriority(SDL_LOG_PRIORITY_WARN);}}} 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. == Enumerations == <> ##Remove this line and the ## below to use this markup if it becomes relevant to this category ##== Structures == ##<> == Functions == <> ---- CategoryCategory