MCPcopy Create free account
hub / github.com/294coder/Dif-PAN / log

Method log

utils/logger.py:128–129  ·  view source on GitHub ↗
(self, msg: str, level=logging.INFO)

Source from the content-addressed store, hash-verified

126 self.log('log will print out in {}'.format(self.place))
127
128 def log(self, msg: str, level=logging.INFO):
129 self.logger.log(level, msg)
130
131 def print(self, *args, **kwargs):
132 self.log(*args, *kwargs)

Callers 14

init_printMethod · 0.95
printMethod · 0.95
logFunction · 0.80
printMethod · 0.80
logger.pyFile · 0.80
analysis_accuFunction · 0.80
__init__Method · 0.80
marginal_lambdaMethod · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected