Home | History | Annotate | Download | only in Lib

Lines Matching defs:log_info

281         #self.log_info('adding channel %s' % self)
291 #self.log_info('closing channel %d:%s' % (fd, self))
428 # log and log_info may be overridden to provide more sophisticated
430 # and 'log_info' is for informational, warning and error logging.
435 def log_info(self, message, type='info'):
494 self.log_info(
506 self.log_info('unhandled incoming priority event', 'warning')
509 self.log_info('unhandled read event', 'warning')
512 self.log_info('unhandled write event', 'warning')
515 self.log_info('unhandled connect event', 'warning')
518 self.log_info('unhandled accept event', 'warning')
521 self.log_info('unhandled close event', 'warning')
548 self.log_info('sending %s' % repr(data))