module Roqua::Support::RequestLogging
Public Instance Methods
Source
# File lib/roqua/support/request_logger.rb, line 7 def add_log_information(key, value) Thread.current[:roqua_request_log] ||= {} Thread.current[:roqua_request_log][key] = value end