# File lib/log4r/NDC.rb, line 24
    def self.clear()
      self.check_thread_instance()
      Thread.current[NDCNAME].clear
    end