# File lib/logging/diagnostic_context.rb, line 110
    def context
      Thread.current[NAME] ||= Hash.new
    end