Package org.lwjgl.sdl
Class SDLLog
java.lang.Object
org.lwjgl.sdl.SDLLog
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Contains the function pointers loaded fromSDL.getLibrary()
. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
SDL_LogOutputFunction SDL_GetDefaultLogOutputFunction(void)
static void
nSDL_GetLogOutputFunction
(long callback, long userdata) void SDL_GetLogOutputFunction(SDL_LogOutputFunction * callback, void ** userdata)
static void
nSDL_Log
(long fmt) void SDL_Log(char const * fmt)
static void
nSDL_LogCritical
(int category, long fmt) void SDL_LogCritical(int category, char const * fmt)
static void
nSDL_LogDebug
(int category, long fmt) void SDL_LogDebug(int category, char const * fmt)
static void
nSDL_LogError
(int category, long fmt) void SDL_LogError(int category, char const * fmt)
static void
nSDL_LogInfo
(int category, long fmt) void SDL_LogInfo(int category, char const * fmt)
static void
nSDL_LogMessage
(int category, int priority, long fmt) void SDL_LogMessage(int category, SDL_LogPriority priority, char const * fmt)
static void
nSDL_LogMessageV
(int category, int priority, long fmt, long ap) void SDL_LogMessageV(int category, SDL_LogPriority priority, char const * fmt, va_list ap)
static void
nSDL_LogTrace
(int category, long fmt) void SDL_LogTrace(int category, char const * fmt)
static void
nSDL_LogVerbose
(int category, long fmt) void SDL_LogVerbose(int category, char const * fmt)
static void
nSDL_LogWarn
(int category, long fmt) void SDL_LogWarn(int category, char const * fmt)
static void
nSDL_SetLogOutputFunction
(long callback, long userdata) void SDL_SetLogOutputFunction(SDL_LogOutputFunction callback, void * userdata)
static boolean
nSDL_SetLogPriorityPrefix
(int priority, long prefix) bool SDL_SetLogPriorityPrefix(SDL_LogPriority priority, char const * prefix)
static @Nullable SDL_LogOutputFunction
SDL_LogOutputFunction SDL_GetDefaultLogOutputFunction(void)
static void
SDL_GetLogOutputFunction
(@Nullable PointerBuffer callback, @Nullable PointerBuffer userdata) void SDL_GetLogOutputFunction(SDL_LogOutputFunction * callback, void ** userdata)
static int
SDL_GetLogPriority
(int category) SDL_LogPriority SDL_GetLogPriority(int category)
static void
SDL_Log
(CharSequence fmt) void SDL_Log(char const * fmt)
static void
SDL_Log
(ByteBuffer fmt) void SDL_Log(char const * fmt)
static void
SDL_LogCritical
(int category, CharSequence fmt) void SDL_LogCritical(int category, char const * fmt)
static void
SDL_LogCritical
(int category, ByteBuffer fmt) void SDL_LogCritical(int category, char const * fmt)
static void
SDL_LogDebug
(int category, CharSequence fmt) void SDL_LogDebug(int category, char const * fmt)
static void
SDL_LogDebug
(int category, ByteBuffer fmt) void SDL_LogDebug(int category, char const * fmt)
static void
SDL_LogError
(int category, CharSequence fmt) void SDL_LogError(int category, char const * fmt)
static void
SDL_LogError
(int category, ByteBuffer fmt) void SDL_LogError(int category, char const * fmt)
static void
SDL_LogInfo
(int category, CharSequence fmt) void SDL_LogInfo(int category, char const * fmt)
static void
SDL_LogInfo
(int category, ByteBuffer fmt) void SDL_LogInfo(int category, char const * fmt)
static void
SDL_LogMessage
(int category, int priority, CharSequence fmt) void SDL_LogMessage(int category, SDL_LogPriority priority, char const * fmt)
static void
SDL_LogMessage
(int category, int priority, ByteBuffer fmt) void SDL_LogMessage(int category, SDL_LogPriority priority, char const * fmt)
static void
SDL_LogMessageV
(int category, int priority, CharSequence fmt, long ap) void SDL_LogMessageV(int category, SDL_LogPriority priority, char const * fmt, va_list ap)
static void
SDL_LogMessageV
(int category, int priority, ByteBuffer fmt, long ap) void SDL_LogMessageV(int category, SDL_LogPriority priority, char const * fmt, va_list ap)
static void
SDL_LogTrace
(int category, CharSequence fmt) void SDL_LogTrace(int category, char const * fmt)
static void
SDL_LogTrace
(int category, ByteBuffer fmt) void SDL_LogTrace(int category, char const * fmt)
static void
SDL_LogVerbose
(int category, CharSequence fmt) void SDL_LogVerbose(int category, char const * fmt)
static void
SDL_LogVerbose
(int category, ByteBuffer fmt) void SDL_LogVerbose(int category, char const * fmt)
static void
SDL_LogWarn
(int category, CharSequence fmt) void SDL_LogWarn(int category, char const * fmt)
static void
SDL_LogWarn
(int category, ByteBuffer fmt) void SDL_LogWarn(int category, char const * fmt)
static void
void SDL_ResetLogPriorities(void)
static void
SDL_SetLogOutputFunction
(@Nullable SDL_LogOutputFunctionI callback, long userdata) void SDL_SetLogOutputFunction(SDL_LogOutputFunction callback, void * userdata)
static void
SDL_SetLogPriorities
(int priority) void SDL_SetLogPriorities(SDL_LogPriority priority)
static void
SDL_SetLogPriority
(int category, int priority) void SDL_SetLogPriority(int category, SDL_LogPriority priority)
static boolean
SDL_SetLogPriorityPrefix
(int priority, @Nullable CharSequence prefix) bool SDL_SetLogPriorityPrefix(SDL_LogPriority priority, char const * prefix)
static boolean
SDL_SetLogPriorityPrefix
(int priority, @Nullable ByteBuffer prefix) bool SDL_SetLogPriorityPrefix(SDL_LogPriority priority, char const * prefix)
-
Field Details
-
SDL_LOG_CATEGORY_APPLICATION
public static final int SDL_LOG_CATEGORY_APPLICATION- See Also:
-
SDL_LOG_CATEGORY_ERROR
public static final int SDL_LOG_CATEGORY_ERROR- See Also:
-
SDL_LOG_CATEGORY_ASSERT
public static final int SDL_LOG_CATEGORY_ASSERT- See Also:
-
SDL_LOG_CATEGORY_SYSTEM
public static final int SDL_LOG_CATEGORY_SYSTEM- See Also:
-
SDL_LOG_CATEGORY_AUDIO
public static final int SDL_LOG_CATEGORY_AUDIO- See Also:
-
SDL_LOG_CATEGORY_VIDEO
public static final int SDL_LOG_CATEGORY_VIDEO- See Also:
-
SDL_LOG_CATEGORY_RENDER
public static final int SDL_LOG_CATEGORY_RENDER- See Also:
-
SDL_LOG_CATEGORY_INPUT
public static final int SDL_LOG_CATEGORY_INPUT- See Also:
-
SDL_LOG_CATEGORY_TEST
public static final int SDL_LOG_CATEGORY_TEST- See Also:
-
SDL_LOG_CATEGORY_GPU
public static final int SDL_LOG_CATEGORY_GPU- See Also:
-
SDL_LOG_CATEGORY_RESERVED2
public static final int SDL_LOG_CATEGORY_RESERVED2- See Also:
-
SDL_LOG_CATEGORY_RESERVED3
public static final int SDL_LOG_CATEGORY_RESERVED3- See Also:
-
SDL_LOG_CATEGORY_RESERVED4
public static final int SDL_LOG_CATEGORY_RESERVED4- See Also:
-
SDL_LOG_CATEGORY_RESERVED5
public static final int SDL_LOG_CATEGORY_RESERVED5- See Also:
-
SDL_LOG_CATEGORY_RESERVED6
public static final int SDL_LOG_CATEGORY_RESERVED6- See Also:
-
SDL_LOG_CATEGORY_RESERVED7
public static final int SDL_LOG_CATEGORY_RESERVED7- See Also:
-
SDL_LOG_CATEGORY_RESERVED8
public static final int SDL_LOG_CATEGORY_RESERVED8- See Also:
-
SDL_LOG_CATEGORY_RESERVED9
public static final int SDL_LOG_CATEGORY_RESERVED9- See Also:
-
SDL_LOG_CATEGORY_RESERVED10
public static final int SDL_LOG_CATEGORY_RESERVED10- See Also:
-
SDL_LOG_CATEGORY_CUSTOM
public static final int SDL_LOG_CATEGORY_CUSTOM- See Also:
-
SDL_LOG_PRIORITY_INVALID
public static final int SDL_LOG_PRIORITY_INVALID- See Also:
-
SDL_LOG_PRIORITY_TRACE
public static final int SDL_LOG_PRIORITY_TRACE- See Also:
-
SDL_LOG_PRIORITY_VERBOSE
public static final int SDL_LOG_PRIORITY_VERBOSE- See Also:
-
SDL_LOG_PRIORITY_DEBUG
public static final int SDL_LOG_PRIORITY_DEBUG- See Also:
-
SDL_LOG_PRIORITY_INFO
public static final int SDL_LOG_PRIORITY_INFO- See Also:
-
SDL_LOG_PRIORITY_WARN
public static final int SDL_LOG_PRIORITY_WARN- See Also:
-
SDL_LOG_PRIORITY_ERROR
public static final int SDL_LOG_PRIORITY_ERROR- See Also:
-
SDL_LOG_PRIORITY_CRITICAL
public static final int SDL_LOG_PRIORITY_CRITICAL- See Also:
-
SDL_LOG_PRIORITY_COUNT
public static final int SDL_LOG_PRIORITY_COUNT- See Also:
-
-
Method Details
-
SDL_SetLogPriorities
public static void SDL_SetLogPriorities(int priority) void SDL_SetLogPriorities(SDL_LogPriority priority)
-
SDL_SetLogPriority
public static void SDL_SetLogPriority(int category, int priority) void SDL_SetLogPriority(int category, SDL_LogPriority priority)
-
SDL_GetLogPriority
public static int SDL_GetLogPriority(int category) SDL_LogPriority SDL_GetLogPriority(int category)
-
SDL_ResetLogPriorities
public static void SDL_ResetLogPriorities()void SDL_ResetLogPriorities(void)
-
nSDL_SetLogPriorityPrefix
public static boolean nSDL_SetLogPriorityPrefix(int priority, long prefix) bool SDL_SetLogPriorityPrefix(SDL_LogPriority priority, char const * prefix)
-
SDL_SetLogPriorityPrefix
bool SDL_SetLogPriorityPrefix(SDL_LogPriority priority, char const * prefix)
-
SDL_SetLogPriorityPrefix
bool SDL_SetLogPriorityPrefix(SDL_LogPriority priority, char const * prefix)
-
nSDL_Log
public static void nSDL_Log(long fmt) void SDL_Log(char const * fmt)
-
SDL_Log
void SDL_Log(char const * fmt)
-
SDL_Log
void SDL_Log(char const * fmt)
-
nSDL_LogTrace
public static void nSDL_LogTrace(int category, long fmt) void SDL_LogTrace(int category, char const * fmt)
-
SDL_LogTrace
void SDL_LogTrace(int category, char const * fmt)
-
SDL_LogTrace
void SDL_LogTrace(int category, char const * fmt)
-
nSDL_LogVerbose
public static void nSDL_LogVerbose(int category, long fmt) void SDL_LogVerbose(int category, char const * fmt)
-
SDL_LogVerbose
void SDL_LogVerbose(int category, char const * fmt)
-
SDL_LogVerbose
void SDL_LogVerbose(int category, char const * fmt)
-
nSDL_LogDebug
public static void nSDL_LogDebug(int category, long fmt) void SDL_LogDebug(int category, char const * fmt)
-
SDL_LogDebug
void SDL_LogDebug(int category, char const * fmt)
-
SDL_LogDebug
void SDL_LogDebug(int category, char const * fmt)
-
nSDL_LogInfo
public static void nSDL_LogInfo(int category, long fmt) void SDL_LogInfo(int category, char const * fmt)
-
SDL_LogInfo
void SDL_LogInfo(int category, char const * fmt)
-
SDL_LogInfo
void SDL_LogInfo(int category, char const * fmt)
-
nSDL_LogWarn
public static void nSDL_LogWarn(int category, long fmt) void SDL_LogWarn(int category, char const * fmt)
-
SDL_LogWarn
void SDL_LogWarn(int category, char const * fmt)
-
SDL_LogWarn
void SDL_LogWarn(int category, char const * fmt)
-
nSDL_LogError
public static void nSDL_LogError(int category, long fmt) void SDL_LogError(int category, char const * fmt)
-
SDL_LogError
void SDL_LogError(int category, char const * fmt)
-
SDL_LogError
void SDL_LogError(int category, char const * fmt)
-
nSDL_LogCritical
public static void nSDL_LogCritical(int category, long fmt) void SDL_LogCritical(int category, char const * fmt)
-
SDL_LogCritical
void SDL_LogCritical(int category, char const * fmt)
-
SDL_LogCritical
void SDL_LogCritical(int category, char const * fmt)
-
nSDL_LogMessage
public static void nSDL_LogMessage(int category, int priority, long fmt) void SDL_LogMessage(int category, SDL_LogPriority priority, char const * fmt)
-
SDL_LogMessage
void SDL_LogMessage(int category, SDL_LogPriority priority, char const * fmt)
-
SDL_LogMessage
void SDL_LogMessage(int category, SDL_LogPriority priority, char const * fmt)
-
nSDL_LogMessageV
public static void nSDL_LogMessageV(int category, int priority, long fmt, long ap) void SDL_LogMessageV(int category, SDL_LogPriority priority, char const * fmt, va_list ap)
-
SDL_LogMessageV
void SDL_LogMessageV(int category, SDL_LogPriority priority, char const * fmt, va_list ap)
-
SDL_LogMessageV
void SDL_LogMessageV(int category, SDL_LogPriority priority, char const * fmt, va_list ap)
-
nSDL_GetDefaultLogOutputFunction
public static long nSDL_GetDefaultLogOutputFunction()SDL_LogOutputFunction SDL_GetDefaultLogOutputFunction(void)
-
SDL_GetDefaultLogOutputFunction
SDL_LogOutputFunction SDL_GetDefaultLogOutputFunction(void)
-
nSDL_GetLogOutputFunction
public static void nSDL_GetLogOutputFunction(long callback, long userdata) void SDL_GetLogOutputFunction(SDL_LogOutputFunction * callback, void ** userdata)
-
SDL_GetLogOutputFunction
public static void SDL_GetLogOutputFunction(@Nullable PointerBuffer callback, @Nullable PointerBuffer userdata) void SDL_GetLogOutputFunction(SDL_LogOutputFunction * callback, void ** userdata)
-
nSDL_SetLogOutputFunction
public static void nSDL_SetLogOutputFunction(long callback, long userdata) void SDL_SetLogOutputFunction(SDL_LogOutputFunction callback, void * userdata)
-
SDL_SetLogOutputFunction
public static void SDL_SetLogOutputFunction(@Nullable SDL_LogOutputFunctionI callback, long userdata) void SDL_SetLogOutputFunction(SDL_LogOutputFunction callback, void * userdata)
-