MCPcopy Create free account
hub / github.com/EASY233/Finger / info

Method info

config/log.py:35–36  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

33
34class MY_LOGGER:
35 def info(msg):
36 return LOGGER.log(LoggingLevel.SYSINFO, msg)
37
38 def error(msg):
39 return LOGGER.log(LoggingLevel.ERROR, msg)

Callers 5

updateMethod · 0.80
__init__Method · 0.80
runMethod · 0.80
__init__Method · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected