SDL2 API: 01.Basics - 04 - Log Handling Flashcards

1
Q

SDL_Log

A

Log a message with SDL_LOG_CATEGORY_APPLICATION and SDL_LOG_PRIORITY_INFO.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

SDL_LogCritical

A

Log a message with SDL_LOG_PRIORITY_CRITICAL.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

SDL_LogDebug

A

Log a message with SDL_LOG_PRIORITY_DEBUG.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SDL_LogError

A

Log a message with SDL_LOG_PRIORITY_ERROR.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

SDL_LogGetOutputFunction

A

Get the current log output function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

SDL_LogGetPriority

A

Get the priority of a particular log category.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

SDL_LogInfo

A

Log a message with SDL_LOG_PRIORITY_INFO.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

SDL_LogMessage

A

Log a message with the specified category and priority.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

SDL_LogMessageV

A

Log a message with the specified category and priority. This version of SDL_LogMessage() uses a stdarg variadic argument list.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

SDL_LogResetPriorities

A

Reset all priorities to default.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

SDL_LogSetAllPriority

A

Set the priority of all log categories.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

SDL_LogSetOutputFunction

A

Replace the default log output function with one of your own.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

SDL_LogSetPriority

A

Set the priority of a particular log category.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

SDL_LogVerbose

A

Log a message with SDL_LOG_PRIORITY_VERBOSE.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

SDL_LogWarn

A

Log a message with SDL_LOG_PRIORITY_WARN.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly