Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dearcode/candy
/ Infof
Function
Infof
util/log/log.go:43–45 ·
view source on GitHub ↗
(format string, v ...interface{})
Source
from the content-addressed store, hash-verified
41
}
42
43
func
Infof(format string, v ...
interface
{}) {
44
mlog.Log(LOG_INFO, fmt.Sprintf(format, v...))
45
}
46
47
func
Debug(v ...
interface
{}) {
48
mlog.Log(LOG_DEBUG, fmt.Sprint(v...))
Callers
nothing calls this directly
Calls
1
Log
Method · 0.80
Tested by
no test coverage detected