Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_check
Method · 0.80
update
Method · 0.80
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected