Home | History | Annotate | Download | only in cros

Lines Matching refs:logging

5 import gobject, logging, sys, traceback
24 logging.warning('Saving exception: %s' % e)
25 logging.warning(''.join(traceback.format_exception(*sys.exc_info())))
44 logging.warning('ExceptionForwardingMainLoop: No timeout specified.')
45 logging.warning('(Specify timeout_s=0 explicitly for no timeout.)')
112 logging.warning('requirement %s was not present to be completed',
118 logging.info('All requirements satisfied')
122 logging.info('Requirement %s satisfied. Remaining: %s' %
126 logging.error('Requirements unsatisfied upon timeout: %s' %
133 logging.info('Property_changed dispatching %s' % property)