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