bindbc.sdl.bind.sdllog

Undocumented in source.

Members

Aliases

SDL_LogOutputFunction
alias SDL_LogOutputFunction = void function(void*, int, SDL_LogPriority, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_Log
alias pSDL_Log = void function(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LogCritical
alias pSDL_LogCritical = void function(int category, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LogDebug
alias pSDL_LogDebug = void function(int category, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LogError
alias pSDL_LogError = void function(int category, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LogGetOutputFunction
alias pSDL_LogGetOutputFunction = void function(SDL_LogOutputFunction callback, void** userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LogGetPriority
alias pSDL_LogGetPriority = SDL_LogPriority function(int category)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LogInfo
alias pSDL_LogInfo = void function(int category, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LogMessage
alias pSDL_LogMessage = void function(int category, SDL_LogPriority, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LogMessageV
alias pSDL_LogMessageV = void function(int category, SDL_LogPriority, const(char)* fmt, va_list ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LogResetPriorities
alias pSDL_LogResetPriorities = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LogSetAllPriority
alias pSDL_LogSetAllPriority = void function(SDL_LogPriority priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LogSetOutputFunction
alias pSDL_LogSetOutputFunction = void function(SDL_LogOutputFunction callback, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LogSetPriority
alias pSDL_LogSetPriority = void function(int category, SDL_LogPriority priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LogVerbose
alias pSDL_LogVerbose = void function(int category, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LogWarn
alias pSDL_LogWarn = void function(int category, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

SDL_LogCategory
enum SDL_LogCategory
Undocumented in source.
SDL_LogPriority
enum SDL_LogPriority
Undocumented in source.

Functions

SDL_Log
void SDL_Log(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LogCritical
void SDL_LogCritical(int category, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LogDebug
void SDL_LogDebug(int category, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LogError
void SDL_LogError(int category, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LogGetOutputFunction
void SDL_LogGetOutputFunction(SDL_LogOutputFunction callback, void** userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LogGetPriority
SDL_LogPriority SDL_LogGetPriority(int category)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LogInfo
void SDL_LogInfo(int category, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LogMessage
void SDL_LogMessage(int category, SDL_LogPriority , const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LogMessageV
void SDL_LogMessageV(int category, SDL_LogPriority , const(char)* fmt, va_list ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LogResetPriorities
void SDL_LogResetPriorities()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LogSetAllPriority
void SDL_LogSetAllPriority(SDL_LogPriority priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LogSetOutputFunction
void SDL_LogSetOutputFunction(SDL_LogOutputFunction callback, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LogSetPriority
void SDL_LogSetPriority(int , SDL_LogPriority priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LogVerbose
void SDL_LogVerbose(int category, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LogWarn
void SDL_LogWarn(int category, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

SDL_MAX_LOG_MESSAGE
enum SDL_MAX_LOG_MESSAGE;
Undocumented in source.

Static variables

SDL_Log
pSDL_Log SDL_Log;
Undocumented in source.
SDL_LogCritical
pSDL_LogCritical SDL_LogCritical;
Undocumented in source.
SDL_LogDebug
pSDL_LogDebug SDL_LogDebug;
Undocumented in source.
SDL_LogError
pSDL_LogError SDL_LogError;
Undocumented in source.
SDL_LogGetOutputFunction
pSDL_LogGetOutputFunction SDL_LogGetOutputFunction;
Undocumented in source.
SDL_LogGetPriority
pSDL_LogGetPriority SDL_LogGetPriority;
Undocumented in source.
SDL_LogInfo
pSDL_LogInfo SDL_LogInfo;
Undocumented in source.
SDL_LogMessage
pSDL_LogMessage SDL_LogMessage;
Undocumented in source.
SDL_LogMessageV
pSDL_LogMessageV SDL_LogMessageV;
Undocumented in source.
SDL_LogResetPriorities
pSDL_LogResetPriorities SDL_LogResetPriorities;
Undocumented in source.
SDL_LogSetAllPriority
pSDL_LogSetAllPriority SDL_LogSetAllPriority;
Undocumented in source.
SDL_LogSetOutputFunction
pSDL_LogSetOutputFunction SDL_LogSetOutputFunction;
Undocumented in source.
SDL_LogSetPriority
pSDL_LogSetPriority SDL_LogSetPriority;
Undocumented in source.
SDL_LogVerbose
pSDL_LogVerbose SDL_LogVerbose;
Undocumented in source.
SDL_LogWarn
pSDL_LogWarn SDL_LogWarn;
Undocumented in source.

Meta