Raylib.TraceLogLevel
type t =
| All
| Trace
| Debug
| Info
| Warning
| Error
| Fatal
| None
val to_int : t -> int
val of_int : int -> t