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