Lines Matching refs:_logger
25 self._logger = logging.getLogger(self.__class__.__name__)
47 self._logger.warning('Command has been already terminated!')
57 self._logger.debug("Executing '%s' on %s.", cmd, login)
62 self._logger.debug("Executing: '%s'.", cmd)
66 self._logger.debug('{PID: %d} Finished with %d code.', child.pid,
75 self._logger.warning('{PID: %d} Timeout of %s seconds reached since '
78 self._logger.warning('{PID: %d} Terminating child.', child.pid)
96 self._logger.warning('{PID: %d} Process still alive.', child.pid)
97 self._logger.warning('{PID: %d} Killing child.', child.pid)
166 self._logger.debug('Waiting for command to finish.')
186 self._output = logging.getLogger('%s.%s' % (self._logger.name, 'Output'))