Results 1 - 23 of 23 results out of about 6839 pages. (2.86 seconds)
- SDL_LogPriority . . . 25 matches
- ...
= SDL_LogPriority =
An enumeration of the predefined log priorities.
<<TableOfContents()>>
== Values ==
##The following content is included on `SDL_LogSetAllPriority, SDL_LogS...
- SDL_LOG_CATEGORY . . . 21 matches
- ...
= SDL_LOG_CATEGORY =
An enumeration of the predefined log categories.
<<TableOfContents()>>
== Values ==
||SDL_LOG_CATEGORY_APPLICATION||application log||
||SDL_LOG_CATEGORY_E...
- SDL_LogMessageV . . . 15 matches
- ...
= SDL_LogMessageV =
Use this function to log a message with the specified category and priority. This version of [[SDL_LogMessage]]() uses a stdarg variadic argument list.
<<T...
- SDL_LogMessage . . . 14 matches
- ...
= SDL_LogMessage =
Use this function to log a message with the specified category and priority.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_LogMessage(int ...
- SDL_LogWarn . . . 13 matches
- ...
= SDL_LogWarn =
Use this function to log a message with SDL_LOG_PRIORITY_WARN.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_LogWarn(int category,
...
- SDL_LogVerbose . . . 13 matches
- ...
= SDL_LogVerbose =
Use this function to log a message with SDL_LOG_PRIORITY_VERBOSE.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_LogVerbose(int cate...
- SDL_LogInfo . . . 13 matches
- ...
= SDL_LogInfo =
Use this function to log a message with SDL_LOG_PRIORITY_INFO.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_LogInfo(int category,
...
- SDL_LogError . . . 13 matches
- ...
= SDL_LogError =
Use this function to log a message with SDL_LOG_PRIORITY_ERROR.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_LogError(int category,
...
- SDL_LogDebug . . . 13 matches
- ...
= SDL_LogDebug =
Use this function to log a message with SDL_LOG_PRIORITY_DEBUG.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_LogDebug(int category, ...
- SDL_LogCritical . . . 13 matches
- ...
= SDL_LogCritical =
Use this function to log a message with SDL_LOG_PRIORITY_CRITICAL.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_LogCritical(int c...
- SDL_Log . . . 13 matches
- ...
= SDL_Log =
Use this function to log a message with SDL_LOG_CATEGORY_APPLICATION and SDL_LOG_PRIORITY_INFO.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_Log(...
- SDL_LogSetOutputFunction . . . 10 matches
- ...
= SDL_LogSetOutputFunction =
Use this function to replace the default log output function with one of your own.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_...
- SDL_LogGetOutputFunction . . . 10 matches
- ...
= SDL_LogGetOutputFunction =
Use this function to get the current log output function.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_LogGetOutputFunction(SDL_...
- SDL_LogSetPriority . . . 9 matches
- ...
= SDL_LogSetPriority =
Use this function to set the priority of a particular log category.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_LogSetPriority(int ...
- SDL_LogGetPriority . . . 8 matches
- ...
= SDL_LogGetPriority =
Use this function to get the priority of a particular log category.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_LogPriority SDL_LogGetPrio...
- SDL_LogSetAllPriority . . . 7 matches
- ...
= SDL_LogSetAllPriority =
Use this function to set the priority of all log categories.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_LogSetAllPriority(SDL_Log...
- SDL_LogResetPriorities . . . 5 matches
- ...
= SDL_LogResetPriorities =
Use this function to reset all priorities to default.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_LogResetPriorities(void)
}}}
=...
- SGFunctions . . . 8 matches
- ...ossible while creating an accurate wiki entry.||
||''Example'': [[SDL_SetError]](), [[SDL_Log]]()||
##Standardized table block for specific table:
##||<( |4 30%>''If'' the param...
- SGStructures . . . 6 matches
- ...yboard||
||SDL_keycode.h||CategoryKeyboard||
||SDL_loadso.h||CategorySharedObject||
||SDL_log.h||CategoryLog||
##||SDL_main.h||||
||SDL_mouse.h||CategoryMouse||
||SDL_mutex.h||Cat...
- SGEnumerations . . . 2 matches
- ...style="color: #808080;">value||description||}}}||
||''Example'': [[SDL_EventType]], [[SDL_LOG_CATEGORY]]||
||<( |3 30%>''If'' the value is specified as __read-only__||''Action'': ...
- ToDo . . . 1 match
- ..._string]]
* [[SDL_isdigit]]
* [[SDL_isspace]]
* [[SDL_itoa]]
* [[SDL_lltoa]]
* [[SDL_log]]
* [[SDL_ltoa]]
* [[SDL_malloc]]
* [[SDL_memcmp]]
* [[SDL_memcpy]]
* [[SDL_memc...
- CategoryEnum . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API Enumerations =
<<TableOfContents()>>
== Introduction ==
This category contain...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
