# File test/test_logger.rb, line 776
    def setup
      @write_log_call = 0
      @th_grp = ThreadGroup.new
      @access_log = Rucy::SyncAccessLog.new(self)
    end