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