Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
target
Method · 0.80
output
Method · 0.80
get_ip
Method · 0.80
python_check
Method · 0.80
path_check
Method · 0.80
apply
Method · 0.80
__init__
Method · 0.80
run
Method · 0.80
__init__
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected