Module Raylib_core.TraceLogLevel

type t =
  1. | All
  2. | Trace
  3. | Debug
  4. | Info
  5. | Warning
  6. | Error
  7. | Fatal
  8. | None
val t : t Ctypes.typ