def write_log(self, log):
        log = self.force_unicode(log)
        self.full_log.write(unicode(log))
        self.full_log.flush()