Lines Matching refs:log_info
271 #self.log_info('adding channel %s' % self)
281 #self.log_info('closing channel %d:%s' % (fd, self))
404 # log and log_info may be overridden to provide more sophisticated
406 # and 'log_info' is for informational, warning and error logging.
411 def log_info(self, message, type='info'):
470 self.log_info(
482 self.log_info('unhandled incoming priority event', 'warning')
485 self.log_info('unhandled read event', 'warning')
488 self.log_info('unhandled write event', 'warning')
491 self.log_info('unhandled connect event', 'warning')
500 self.log_info('unhandled accepted event', 'warning')
503 self.log_info('unhandled close event', 'warning')
530 self.log_info('sending %s' % repr(data))