# File bin/el4r-instance, line 820 def el4r_debug(msg = nil, &block) if @el4r_is_debug msg ||= yield el4r_log("[DEBUG] (#{@call_level}) #{msg}") end end