Package io.github.libsdl4j.api.log
Class SDL_LogPriority
- java.lang.Object
-
- io.github.libsdl4j.api.log.SDL_LogPriority
-
-
Field Summary
Fields Modifier and Type Field Description static int
SDL_LOG_PRIORITY_CRITICAL
static int
SDL_LOG_PRIORITY_DEBUG
static int
SDL_LOG_PRIORITY_ERROR
static int
SDL_LOG_PRIORITY_INFO
static int
SDL_LOG_PRIORITY_VERBOSE
static int
SDL_LOG_PRIORITY_WARN
static int
SDL_NUM_LOG_PRIORITIES
-
-
-
Field Detail
-
SDL_LOG_PRIORITY_VERBOSE
public static final int SDL_LOG_PRIORITY_VERBOSE
- See Also:
- Constant Field Values
-
SDL_LOG_PRIORITY_DEBUG
public static final int SDL_LOG_PRIORITY_DEBUG
- See Also:
- Constant Field Values
-
SDL_LOG_PRIORITY_INFO
public static final int SDL_LOG_PRIORITY_INFO
- See Also:
- Constant Field Values
-
SDL_LOG_PRIORITY_WARN
public static final int SDL_LOG_PRIORITY_WARN
- See Also:
- Constant Field Values
-
SDL_LOG_PRIORITY_ERROR
public static final int SDL_LOG_PRIORITY_ERROR
- See Also:
- Constant Field Values
-
SDL_LOG_PRIORITY_CRITICAL
public static final int SDL_LOG_PRIORITY_CRITICAL
- See Also:
- Constant Field Values
-
SDL_NUM_LOG_PRIORITIES
public static final int SDL_NUM_LOG_PRIORITIES
- See Also:
- Constant Field Values
-
-