Class Raylib.rlTraceLogLevel
java.lang.Object
com.raylib.Raylib.rlTraceLogLevel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDisplay all logsstatic final intDebug logging, used for internal debugging, it should be disabled on release buildsstatic final intError logging, used on unrecoverable failuresstatic final intFatal logging, used to abort program: exit(EXIT_FAILURE)static final intInfo logging, used for program execution infostatic final intDisable loggingstatic final intTrace logging, intended for internal use onlystatic final intWarning 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()
-