Ejemplo n.º 1
0
    def init_log(self):
        """Initializes the log backend."""

        from openexp.log import log
        self._log = log(self, self.logfile)
Ejemplo n.º 2
0
	def init_log(self):

		"""Initializes the log backend."""

		from openexp.log import log
		self._log = log(self, self.logfile)