package raylib

  1. Overview
  2. Docs
type t =
  1. | All
  2. | Trace
  3. | Debug
  4. | Info
  5. | Warning
  6. | Error
  7. | Fatal
  8. | None
val to_int : t -> int
val of_int : int -> t