# File lib/log4r/MDC.rb, line 44
    def self.get_context()
      self.check_thread_instance()
      return Thread.current[MDCNAME].clone
    end