Module sdl2_sys::log
[−]
[src]
Enums
| SDL_LOG_CATEGORY |
\brief The predefined log categories |
| SDL_LogPriority |
\brief The predefined log priorities |
Constants
Functions
| SDL_Log⚠ |
\brief Log a message with SDL_LOG_CATEGORY_APPLICATION and SDL_LOG_PRIORITY_INFO |
| SDL_LogCritical⚠ |
\brief Log a message with SDL_LOG_PRIORITY_CRITICAL |
| SDL_LogDebug⚠ |
\brief Log a message with SDL_LOG_PRIORITY_DEBUG |
| SDL_LogError⚠ |
\brief Log a message with SDL_LOG_PRIORITY_ERROR |
| SDL_LogGetOutputFunction⚠ |
\brief Get the current log output function. |
| SDL_LogGetPriority⚠ |
\brief Get the priority of a particular log category |
| SDL_LogInfo⚠ |
\brief Log a message with SDL_LOG_PRIORITY_INFO |
| SDL_LogMessage⚠ |
\brief Log a message with the specified category and priority. |
| SDL_LogResetPriorities⚠ |
\brief Reset all priorities to default. |
| SDL_LogSetAllPriority⚠ |
\brief Set the priority of all log categories |
| SDL_LogSetOutputFunction⚠ |
\brief This function allows you to replace the default log output function with one of your own. |
| SDL_LogSetPriority⚠ |
\brief Set the priority of a particular log category |
| SDL_LogVerbose⚠ |
\brief Log a message with SDL_LOG_PRIORITY_VERBOSE |
| SDL_LogWarn⚠ |
\brief Log a message with SDL_LOG_PRIORITY_WARN |
Type Definitions
| SDL_LogOutputFunction |
\brief The prototype for the log output function |