MCPcopy 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
47func Debug(v ...interface{}) {
48 mlog.Log(LOG_DEBUG, fmt.Sprint(v...))
49}
50
51func Debugf(format string, v ...interface{}) {
52 mlog.Log(LOG_DEBUG, fmt.Sprintf(format, v...))

Callers 1

TestLogFunction · 0.85

Calls 1

LogMethod · 0.80

Tested by 1

TestLogFunction · 0.68