MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / log

Method log

src/network/asyncore_pollchoose.py:708–709  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

706 # and 'log_info' is for informational, warning and error logging.
707
708 def log(self, message):
709 sys.stderr.write('log: %s\n' % str(message))
710
711 def log_info(self, message, log_type='info'):
712 if log_type not in self.ignore_log_types:

Callers 3

antiIntersectionDelayMethod · 0.80
resetChunkSizeMethod · 0.80
antiIntersectionDelayMethod · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected