Lines Matching refs:logging
8 import logging
24 logging.exception(
42 logging.exception(
100 logging.debug('Got NodesChanged signal when loop is running.')
102 logging.debug('count = %d', self._count)
104 logging.debug('Quit main loop')
107 logging.debug('Got NodesChanged signal when loop is not running.'
118 logging.error('Quit main loop because of timeout')
121 logging.debug(
205 logging.debug('Before starting the counter')
206 logging.debug('nodes = %s', pprint.pformat(self._nodes))
214 logging.debug('Start counting for signal %s', self._signal_name)
221 logging.debug('Count result: %s', self._count)
228 logging.debug('Got %s signal when loop is running.',
231 logging.debug('Getting nodes.')
233 logging.debug('nodes = %s', pprint.pformat(nodes))
235 logging.debug('Nodes did not change. Ignore redundant signal')
239 logging.debug('count = %d', self._count)
241 logging.debug('Got %s signal when loop is not running.'
249 logging.debug('Should stop')
262 logging.debug('main loop is running in _check_quit_main_loop')
264 logging.debug('Quit main loop because of stop command')
268 logging.debug('No stop command, keep running')
271 logging.debug(
294 logging.debug('There is no NodesChanged signal, as expected')