Home | History | Annotate | Download | only in pseudomodem

Lines Matching refs:logging

17 import logging
70 logging.info('Exported dbus service with well known name: |%s|',
74 logging.info('Pseudomodem setup completed!')
92 logging.debug('Already exiting.')
96 logging.info('pseudomodem shutdown sequence initiated...')
103 logging.warning('Error while exiting: %s', repr(e))
108 logging.warning('Error while exiting: %s', repr(e))
110 logging.info('pseudomodem: Bye! Bye!')
128 logging.info('Created default state machine factory.')
134 logging.info('Created default 3GPP SIM.')
155 logging.info('Created default 3GPP modem.')
161 logging.info('Created default CDMA modem.')
203 logging.warning(
241 logging.debug('Loading test class %s%s',
245 logging.debug('Loading test class %s', class_def)
248 logging.error('Exception raised when instantiating class %s: %s',
272 logging.debug('Loading module %s from %s', name, path)
277 logging.error(
441 logging.warning('test-state-machine-factory-class will be ignored '
472 logging.error('Could not open dump file %s: %s',
509 logging.error('File |%s| does not exist. Can not dump exit error.',
516 logging.error('Could not open file |%s| to dump exit error. '
534 logging.debug('Signal handler called with signal %d', signum)
551 logging.info('Pseudomodem commandline: [%s]', str(sys.argv))
562 logging.error('Caught exception at top level: %s', str(e))