MCPcopy 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
51func Debugf(format string, v ...interface{}) {
52 mlog.Log(LOG_DEBUG, fmt.Sprintf(format, v...))
53}
54
55func Warning(v ...interface{}) {
56 mlog.Log(LOG_WARNING, fmt.Sprint(v...))

Callers 1

TestLogFunction · 0.85

Calls 1

LogMethod · 0.80

Tested by 1

TestLogFunction · 0.68