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