def init_log(self): """Initializes the log backend.""" from openexp.log import log self._log = log(self, self.logfile)