Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
class
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
update
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