Module: SDL2::Log::PRIORITY

Includes:
EnumerableConstants
Defined in:
lib/sdl2/log.rb

Constant Summary collapse

VERBOSE =
1
DEBUG =
next_const_value
INFO =
next_const_value
WARN =
next_const_value
ERROR =
next_const_value
CRITICAL =
next_const_value

Method Summary

Methods included from EnumerableConstants

included