# File lib/log4r/MDC.rb, line 54
    def self.remove( a_key )
      self.check_thread_instance()
      Thread.current[MDCNAME].delete( a_key )
    end