Class Raylib.rlTraceLogLevel
java.lang.Object
com.raylib.Raylib.rlTraceLogLevel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Display all logsstatic final int
Debug logging, used for internal debugging, it should be disabled on release buildsstatic final int
Error logging, used on unrecoverable failuresstatic final int
Fatal logging, used to abort program: exit(EXIT_FAILURE)static final int
Info logging, used for program execution infostatic final int
Disable loggingstatic final int
Trace logging, intended for internal use onlystatic final int
Warning logging, used on recoverable failures -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RL_LOG_ALL
public static final int RL_LOG_ALLDisplay all logs- See Also:
-
RL_LOG_TRACE
public static final int RL_LOG_TRACETrace logging, intended for internal use only- See Also:
-
RL_LOG_DEBUG
public static final int RL_LOG_DEBUGDebug logging, used for internal debugging, it should be disabled on release builds- See Also:
-
RL_LOG_INFO
public static final int RL_LOG_INFOInfo logging, used for program execution info- See Also:
-
RL_LOG_WARNING
public static final int RL_LOG_WARNINGWarning logging, used on recoverable failures- See Also:
-
RL_LOG_ERROR
public static final int RL_LOG_ERRORError logging, used on unrecoverable failures- See Also:
-
RL_LOG_FATAL
public static final int RL_LOG_FATALFatal logging, used to abort program: exit(EXIT_FAILURE)- See Also:
-
RL_LOG_NONE
public static final int RL_LOG_NONEDisable logging- See Also:
-
-
Constructor Details
-
rlTraceLogLevel
public rlTraceLogLevel()
-