# File lib/log4r/NDC.rb, line 17
    def self.check_thread_instance()
      if ( Thread.current[NDCNAME] == nil ) then
        Thread.current[NDCNAME] = Array.new
        Thread.current[NDCNAMEMAXDEPTH] = NDCDEFAULTMAXDEPTH
      end
    end