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