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

Method warning

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

Source from the content-addressed store, hash-verified

39 return LOGGER.log(LoggingLevel.ERROR, msg)
40
41 def warning(msg):
42 return LOGGER.log(LoggingLevel.WARNING, msg)
43
44 def success(msg):
45 return LOGGER.log(LoggingLevel.SUCCESS, msg)

Callers 3

path_checkMethod · 0.80
updateMethod · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected