# File lib/log4r/MDC.rb, line 49 def self.put( a_key, a_value ) self.check_thread_instance() Thread.current[MDCNAME][a_key] = a_value end