PointClickEngine::Core::DebugLevel
Inherits Enum < Comparable < Value < Object
Debug level configuration for controlling debug output
Constants
OFF = 0
No debug output - production mode
BASIC = 1
Basic debug information - errors and warnings only
VERBOSE = 2
Verbose debug information - detailed logging
VISUAL = 3
Visual debugging - renders debug overlays
Instance methods
to_s(io)
Source