# File lib/logging/diagnostic_context.rb, line 79
    def clear
      context.clear if Thread.current[NAME]
      self
    end