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

Method error

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

Source from the content-addressed store, hash-verified

36 return LOGGER.log(LoggingLevel.SYSINFO, msg)
37
38 def error(msg):
39 return LOGGER.log(LoggingLevel.ERROR, msg)
40
41 def warning(msg):
42 return LOGGER.log(LoggingLevel.WARNING, msg)

Callers 10

targetMethod · 0.80
outputMethod · 0.80
get_ipMethod · 0.80
python_checkMethod · 0.80
path_checkMethod · 0.80
applyMethod · 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