Class Raylib.rlTraceLogLevel

java.lang.Object
com.raylib.Raylib.rlTraceLogLevel
Enclosing class:
Raylib

public static class Raylib.rlTraceLogLevel extends Object
Trace log level
  • Field Details

    • RL_LOG_ALL

      public static final int RL_LOG_ALL
      Display all logs
      See Also:
    • RL_LOG_TRACE

      public static final int RL_LOG_TRACE
      Trace logging, intended for internal use only
      See Also:
    • RL_LOG_DEBUG

      public static final int RL_LOG_DEBUG
      Debug logging, used for internal debugging, it should be disabled on release builds
      See Also:
    • RL_LOG_INFO

      public static final int RL_LOG_INFO
      Info logging, used for program execution info
      See Also:
    • RL_LOG_WARNING

      public static final int RL_LOG_WARNING
      Warning logging, used on recoverable failures
      See Also:
    • RL_LOG_ERROR

      public static final int RL_LOG_ERROR
      Error logging, used on unrecoverable failures
      See Also:
    • RL_LOG_FATAL

      public static final int RL_LOG_FATAL
      Fatal logging, used to abort program: exit(EXIT_FAILURE)
      See Also:
    • RL_LOG_NONE

      public static final int RL_LOG_NONE
      Disable logging
      See Also:
  • Constructor Details

    • rlTraceLogLevel

      public rlTraceLogLevel()