Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dearcode/candy
/ Debugf
Function
Debugf
util/log/log.go:51–53 ·
view source on GitHub ↗
(format string, v ...interface{})
Source
from the content-addressed store, hash-verified
49
}
50
51
func
Debugf(format string, v ...
interface
{}) {
52
mlog.Log(LOG_DEBUG, fmt.Sprintf(format, v...))
53
}
54
55
func
Warning(v ...
interface
{}) {
56
mlog.Log(LOG_WARNING, fmt.Sprint(v...))
Callers
1
TestLog
Function · 0.85
Calls
1
Log
Method · 0.80
Tested by
1
TestLog
Function · 0.68