# File lib/log4r/NDC.rb, line 29
    def self.clone_stack()
      self.check_thread_instance()
      return Thread.current[NDCNAME].clone
    end